Re: hive remote megastore

2016-06-14 Thread Mohit Jaggi
thanks. i will give that a shot. > On Jun 13, 2016, at 7:20 PM, Jongyoul Lee wrote: > > Got it. In fact, I don't know why your binary doesn't have any jar related > hive. Thus, It would work if you copy hive-jdbc and hadoop-common into > interpreter/hive. Or I've checked Zeppelin 0.5.6 had thos

Re: hive remote megastore

2016-06-13 Thread Jongyoul Lee
Got it. In fact, I don't know why your binary doesn't have any jar related hive. Thus, It would work if you copy hive-jdbc and hadoop-common into interpreter/hive. Or I've checked Zeppelin 0.5.6 had those jars in a package. Hope this help, JL On Mon, Jun 13, 2016 at 6:05 PM, Mohit Jaggi wrote:

Re: hive remote megastore

2016-06-13 Thread Mohit Jaggi
Is there a binary release for latest code? I am unable to compile from source on the system I am using. I can only download binaries from a legit website. > On Jun 13, 2016, at 2:32 PM, Jongyoul Lee wrote: > > Sorry for late reply, > > Could you please current master and use JDBC interpreter?

Re: hive remote megastore

2016-06-13 Thread Jongyoul Lee
Sorry for late reply, Could you please current master and use JDBC interpreter? it world work and you can see the example how to use Hive: https://github.com/apache/zeppelin/blob/master/docs/interpreter/jdbc.md Hope this help, Jongyoul Lee On Mon, Jun 13, 2016 at 4:47 PM, Mohit Jaggi wrote: >

Re: hive remote megastore

2016-06-13 Thread Mohit Jaggi
I still have this problem…any help is much appreciated. > On Jun 9, 2016, at 7:22 PM, Jongyoul Lee wrote: > > Hi Mohit, > > Could you please show me your settings of interpreter tab and detail error > messages? > > JL > > On Thu, Jun 9, 2016 at 10:31 PM, Mohit Jaggi

Re: hive remote megastore

2016-06-09 Thread Mohit Jaggi
from logs: java.sql.SQLException: No suitable driver found for jdbc:hive2://:port/default at java.sql.DriverManager.getConnection…… Error message in notebook: No suitable driver found for jdbc:hive2://:port/default Interpreter config: common.max_count 1000 defa

Re: hive remote megastore

2016-06-09 Thread Jongyoul Lee
Hi Mohit, Could you please show me your settings of interpreter tab and detail error messages? JL On Thu, Jun 9, 2016 at 10:31 PM, Mohit Jaggi wrote: > Same error except it includes the url in the error message now > > Sent from my iPhone > > On Jun 9, 2016, at 6:06 PM, Hyung Sung Shim wrote:

Re: hive remote megastore

2016-06-09 Thread Mohit Jaggi
Same error except it includes the url in the error message now Sent from my iPhone > On Jun 9, 2016, at 6:06 PM, Hyung Sung Shim wrote: > > Hi. > Did you also set up the "default.url" value in the Hive interpreter setting? > > [0] > http://zeppelin.apache.org/docs/0.5.6-incubating/interpreter/

Re: hive remote megastore

2016-06-09 Thread Jongyoul Lee
Hi Mohit, hive-site.xml is used by Spark. if you use Hive Interpreter (%hive), you should set your information into interpreter tab. It would work. JL On Thu, Jun 9, 2016 at 9:36 PM, Hyung Sung Shim wrote: > Hi. > Did you also set up the "default.url" value in the Hive interpreter > setting? >

Re: hive remote megastore

2016-06-09 Thread Hyung Sung Shim
Hi. Did you also set up the "default.url" value in the Hive interpreter setting? [0] http://zeppelin.apache.org/docs/0.5.6-incubating/interpreter/hive.html 2016-06-09 18:28 GMT+09:00 Mohit Jaggi : > Hi, > I am using 0.5.6 to connect to Hive. I have configured Hive in remote > metastore with loca

hive remote megastore

2016-06-09 Thread Mohit Jaggi
Hi, I am using 0.5.6 to connect to Hive. I have configured Hive in remote metastore with local database mode and am running the metastore server. My hive-site.xml has hive.metastore.uris = thrift://:1. This file has been copied to zeppelin/conf and I even restarted zeppelin (do I have to?).