Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Is Apache Drill working on Sandbox 2.4 ??? If it works how can??? and please guide me the installation procedure.....

avatar
Contributor
 
1 ACCEPTED SOLUTION

avatar
Super Guru

@sanka sandeep

AFAIK HDP doesn't support Drill as of now but yes you can play with it on a Sandbox machine if you want. Here is the good article for the same.

https://community.hortonworks.com/articles/10551/apache-drill-unofficial-introduction.html

View solution in original post

5 REPLIES 5

avatar
Super Guru

@sanka sandeep

AFAIK HDP doesn't support Drill as of now but yes you can play with it on a Sandbox machine if you want. Here is the good article for the same.

https://community.hortonworks.com/articles/10551/apache-drill-unofficial-introduction.html

avatar
Contributor

Already i saw this link...i want how to start the service in hdp 2.4??can u please help me

avatar
Super Guru

Start from HDP Ambari? which is not available:)

As mentioned in the same article, here is the manual steps of Drill installation.

Grab latest version of drill

wget http://getdrill.org/drill/download/apache-drill-1.2.0.tar.gz

tar xvfz apache-drill-1.2.0.tar.gz /root/drill/apache-drill-1.2.0

cd /root/drill/apache-drill-1.2.0

Start Drill in distributed mode ( You can start in embedded mode too)

[root@node1 conf]# ../bin/drillbit.sh start

starting drillbit, logging to /root/drill/apache-drill-1.2.0/log/drillbit.out

Drill Web Console - http://host:8047

Does that make sense?

avatar
Super Guru

Hi @sanka sandeep

Please accept this answer if it helped you.

avatar
Super Collaborator

@sanka sandeep As HDP do not support Apache Drill at the moment,you might not be able to Start/Stop Drill service using Ambari-server.

Once you download the Drill packages from the Apache Drill website, you can use bin/drillbit.sh start script to start Drill.

Drill Install Guide (Distributed Mode): https://drill.apache.org/docs/installing-drill-on-the-cluster/

Drill Install Guide (Embedded Mode) :https://drill.apache.org/docs/starting-drill-on-linux-and-mac-os-x/