Re: Weird error in trying set up a hive interpreter.

2017-10-25 Thread Michael Segel
Notebook with Spark as the default interpreter? Sorry, not sure how to describe it… So… I can create a new note with hive as the default interpreter… everything is ok. Ok, that’s weird… now it works. I just created a spark notebook and then did %hive and then Show databaes; That worked….

Re: Weird error in trying set up a hive interpreter.

2017-10-25 Thread Michael Segel
Hi, You were right. Hive wasn’t up and running. I’ve re-installed MapR, created the interpreter… but then ran in to a curious issue…. If I created a new note and made hive my default interpreter. I could run Hive commands. But… if I took a spark note and then tried to run %hive … within the

Re: Weird error in trying set up a hive interpreter.

2017-10-23 Thread Michael Segel
In the zeppelin-interpreter log… ERROR [2017-10-23 00:00:03,759] ({BoneCP-pool-watch-thread} PoolWatchThread.java[fillConnections]:118) - Error in trying to obtain a connection. Retrying in 7000ms java.sql.SQLException: A read-only user or a user in a read-only database is not permitted to

Re: Weird error in trying set up a hive interpreter.

2017-10-23 Thread Michael Segel
Hi Jeff, The error occurred after I tried to save the interpreter… In a pop-up I saw : Error setting properties for interpreter 'jdbc.hive': Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.144-0.b01.el7_4.x86_64/jre/../lib/tools.jar

Re: Weird error in trying set up a hive interpreter.

2017-10-22 Thread Jeff Zhang
It is hard to tell without the full log. Could you paste the log ? And what dependency do you specify for your hive interpreter ? Michael Segel 于2017年10月23日周一 上午11:08写道: > I’m trying to set up a hive interpreter for Zeppelin 0.7.2 > (I compiled from source. ) > > I got