Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
If you want to use JDBC interpreter with your hive server, You should know hive server IP or host and port. then put the value of hive.url like as jdbc:hive2://[YOUR HIVESERVER IP]:[PORT] Hope this helps. 2016-12-19 20:26 GMT+09:00 Nabajyoti Dash : > How to confirm that? > While I am doing /usr/

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
How to confirm that? While I am doing /usr/bin/lsof -i it's not showing 1 port. my questions are silly I know.But I am new to hbase/hive/zeppelin.Plz suggest. -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Cannot-use-Hive-Interpr

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
Please make sure that your hive server is running on localhost:1 . 2016년 12월 19일 (월) 오후 7:56, Nabajyoti Dash 님이 작성: > Thanks.It was a typo..(my nightmare). > But after fixing this I am getting the ConnectionRefused exception.I am > using Hive on mysql and has given the mysql username /passwor

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
Thanks.It was a typo..(my nightmare). But after fixing this I am getting the ConnectionRefused exception.I am using Hive on mysql and has given the mysql username /password in zeppelin jdbc interpreter. Am I wrong? java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
Hi. It seems there is typo on default.driver. default.driver value should be org.apache.hive.jdbc.HiveDriver not *c* org.apache.hive.jdbc.HiveDriver. 2016-12-19 18:24 GMT+09:00 Nabajyoti Dash : > I am facing the same issue even after adding both the jars to the > interpreter. > please suggest any

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
I am facing the same issue even after adding both the jars to the interpreter. please suggest anything else i could be me missing. -- View this message in context: http://apa

RE: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
That worked successfully, thanks for the quick response! Kevin From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, July 25, 2016 4:35 PM To: users@zeppelin.apache.org Subject: Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException You need to

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Jeff Zhang
You need to specfiy the following 2 dependencies, see the doc here http://zeppelin.apache.org/docs/0.6.0/interpreter/hive.html org.apache.hive:hive-jdbc:0.14.0 org.apache.hadoop:hadoop-common:2.6.0 On Tue, Jul 26, 2016 at 7:30 AM, Kevin Verhoeven wrote: > I built Zeppelin 0.6.0 against CDH 5.7

Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
I built Zeppelin 0.6.0 against CDH 5.7.1 using the following command: sudo mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0-cdh5.7.1 -Phadoop-2.6 -Pvendor-repo –DskipTests Zeppelin started successfully. I then created an Interpreter for Hive using the Jdbc Interpreter. I created a new Noteb