Is it possible to deploy Apache Drill project of Pivotal Cloud Data Flow platform ?
2 Answers
My understanding is that Pivotal Cloud Data Flow platform is a framework for writing stream processing jobs. That framework can be deployed on to YARN, Kubernetes, or Mesos. If you want to use Drill inside a Pivotal Cloud Data Flow application you could theoretically use the Drill Client library inside of your streaming application some documentation here. If you also want Drill deployed on the same YARN cluster as the Data Flow platform, Drill will soon be adding YARN support the PR is here. If you have more questions about this topic please subscribe to the user list and send a mail to the Drill team. Mailing list details are here

- 2,480
- 15
- 32
I solved the issue finally,
It was some security issue which i was facing. My network team allow the Drill port accessibility from Pivotal.
Thanks, Pratik

- 248
- 2
- 6
- 23