Re: Re: Roadmap for 0.8.0

2017-10-23 Thread Ruslan Dautkhanov
Sorry for bringing up an older topic .. I agree "latest" / "stable" makes a lot of sense. Also what was *not* discussed in this thread is release cadence target. IMHO, 2-3 releases a year should give a quicker turnover to release latest fixes and improvements / quicker feedback from the users?

Re: Multiple Spark Versions / Interpreter on CDH 5.9 Cluster

2017-10-23 Thread Jeff Zhang
Take a look at spark submit command Refer this link for details https://community.hortonworks.com/articles/70658/how-to-diagnose-zeppelin.html Meier, Alexander 于2017年10月24日周二 上午2:54写道: > Hi there > > Any ideas why the new interpreter is not using the

Re: Multiple Spark Versions / Interpreter on CDH 5.9 Cluster

2017-10-23 Thread Meier, Alexander
Hi there Any ideas why the new interpreter is not using the specified SPARK_HOME? Best regards Alex Meier On 18 Oct 2017, at 11:14, Meier, Alexander > wrote: Hi there We have a CDH 5.9 Cluster where zeppelin

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: Can't use newly create intepreter, Zeppelin 0.7.2 paragraph_XXX's Interpreter spark_my not found

2017-10-23 Thread Jeff Zhang
But the error message here is not so user friendly, created ticket for this https://issues.apache.org/jira/browse/ZEPPELIN-3005 Jeff Zhang 于2017年10月23日周一 下午7:08写道: > > Please bind this interpreter to your note first. > > Serega Sheypak 于2017年10月23日周一

Re: Can't use newly create intepreter, Zeppelin 0.7.2 paragraph_XXX's Interpreter spark_my not found

2017-10-23 Thread Jeff Zhang
Please bind this interpreter to your note first. Serega Sheypak 于2017年10月23日周一 下午6:14写道: > Hi, I've create spark interpreter with name spark_my > I was able to restart it and zeppelin shows "green" marker near it. > spark_my is copy-paste of default spark intepreter

Can't use newly create intepreter, Zeppelin 0.7.2 paragraph_XXX's Interpreter spark_my not found

2017-10-23 Thread Serega Sheypak
Hi, I've create spark interpreter with name spark_my I was able to restart it and zeppelin shows "green" marker near it. spark_my is copy-paste of default spark intepreter with few changes. I try to use spark_my in notebook: %spark_my import java.nio.ByteBuffer more code Zeppelin shows