- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is Apache Drill working on Sandbox 2.4 ??? If it works how can??? and please guide me the installation procedure.....
- Labels:
-
Hortonworks Data Platform (HDP)
Created ‎05-25-2016 08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-25-2016 08:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please accept this answer if it helped you.
Created ‎05-25-2016 09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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/
