Created 05-25-2016 08:33 AM
Created 05-25-2016 08:42 AM
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
Created 05-25-2016 08:42 AM
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
Created 05-25-2016 08:46 AM
Already i saw this link...i want how to start the service in hdp 2.4??can u please help me
Created 05-25-2016 09:04 AM
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?
Created 05-25-2016 11:07 AM
Please accept this answer if it helped you.
Created 05-25-2016 09:19 AM
@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/