Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4189 | 09-16-2016 11:56 AM | |
| 1748 | 09-13-2016 08:47 PM | |
| 6943 | 09-06-2016 11:00 AM | |
| 4174 | 08-05-2016 11:51 AM | |
| 6246 | 08-03-2016 02:58 PM |
05-25-2016
12:51 PM
@Roberto Sancho Did you copied the MySQL driver inside drill/lib? For MySQL, Drill has been tested with MySQL's mysql-connector-java-5.1.37-bin.jar driver. Copy this to all drill nodes.
... View more
05-25-2016
12:21 PM
@Dennis Fridlyand I have resolved this issue by following below link. http://stackoverflow.com/questions/21129020/how-to-fix-unicodedecodeerror-ascii-codec-cant-decode-byte
... View more
05-25-2016
11:19 AM
@John Cod Can you please share the screenshot of http://master:8080 UI and command you ran along with full spark-shell logs?
... View more
05-25-2016
11:07 AM
Hi @sanka sandeep Please accept this answer if it helped you.
... View more
05-25-2016
10:48 AM
1 Kudo
@John Cod Yes, you need to specify the spark master URI. spark-shell --master spark://masterhost:7077
... View more
05-25-2016
10:06 AM
1 Kudo
@John Cod How you are submit job? if you are not specifying --master "spark://masterip:7077" while running spark shell then it will run in local mode.
... View more
05-25-2016
09:26 AM
@Smart Solutions Did you tried the workaround?
... View more
05-25-2016
09:15 AM
@sanka sandeep Your sandbox doesn't have enough available memory to start Drill process, please increase the sandbox RAM and start again.
... View more
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?
... View more
05-25-2016
08:42 AM
@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 more