Re: Multiple spark interpreters in the same Zeppelin instance

2016-06-30 Thread Jongyoul Lee
Hi, This is a little bit later response, but, I think it's useful to share the current status and the future plan for dealing with this feature. For now, JdbcInterpreter supports parameter like '%jdbc(drill)', '%jdbc(hive) and so on. This is a JdbcInterpreter features from 0.6.0-SNAPSHOT and

Re: spark interpreter

2016-06-30 Thread Leon Katsnelson
What is the expected day for v0.6? From: moon soo Lee To: users@zeppelin.apache.org Date: 2016/06/30 11:36 AM Subject:Re: spark interpreter Hi Ben, Livy interpreter is included in 0.6.0. If it is not listed when you create interpreter setting, could

Re: Review on notebook

2016-06-30 Thread moon soo Lee
Thanks for sharing really cool notebook! On Thu, Jun 30, 2016 at 2:38 AM Alexander Bezzubov wrote: > Thank you for sharing nice example of Machine Learning and Visualization > notebook using Spark! > > -- > Alex > > On Thu, Jun 30, 2016 at 6:12 AM, tog

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Hyung Sung Shim
Please add the *export SPARK_SUBMIT_OPTIONS="--conf spark.authenticate.secret=secret"* in conf/zeppelin-env.sh and restart zeppelin and retry your code. 2016-06-30 23:34 GMT+09:00 Jonathan Esterhazy : > yes it does. i only see this problem in zeppelin. > > On Thu,

Re: spark interpreter

2016-06-30 Thread Jongyoul Lee
Hi Ben, I suggest you stop Z, remove conf/interpreter.json, and start Z again. Regards, JL On Friday, 1 July 2016, moon soo Lee wrote: > Hi Ben, > > Livy interpreter is included in 0.6.0. If it is not listed when you create > interpreter setting, could you check if your

Re: spark interpreter

2016-06-30 Thread Benjamin Kim
Moon, That worked! There were quite a few more configuration properties added, so I added those too in both zeppelin-site.xml and zeppelin-env.sh. But, now, I’m getting errors starting a spark context. Thanks, Ben > On Jun 30, 2016, at 8:10 AM, moon soo Lee wrote: > >

Re: spark interpreter

2016-06-30 Thread moon soo Lee
Hi Ben, Livy interpreter is included in 0.6.0. If it is not listed when you create interpreter setting, could you check if your 'zeppelin.interpreters' property list Livy interpreter classes? (conf/zeppelin-site.xml) Thanks, moon On Wed, Jun 29, 2016 at 11:52 AM Benjamin Kim

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Jonathan Esterhazy
yes it does. i only see this problem in zeppelin. On Thu, Jun 30, 2016 at 7:05 AM, Hyung Sung Shim wrote: > Hi Jonathan. > It's not easy to build the test environments but I am working on this. > I have question for you. > Does your code working well on spark-shell in the

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Hyung Sung Shim
Hi Jonathan. It's not easy to build the test environments but I am working on this. I have question for you. Does your code working well on spark-shell in the spark.authenticate mode? 2016-06-30 22:47 GMT+09:00 Jonathan Esterhazy : > Hyung, did you have any luck w/

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Jonathan Esterhazy
Hyung, did you have any luck w/ zeppelin + spark authentication? I'm quite stumped. thx. On Tue, Jun 28, 2016 at 9:11 PM, Hyung Sung Shim wrote: > Thank you. > Let me try. > > 2016-06-28 22:18 GMT+09:00 Jonathan Esterhazy < > jonathan.esterh...@gmail.com>: > >> Hyung, >> >>

Elastic Search Storage for Zeppelin Notebooks

2016-06-30 Thread ashish rawat
Hi, We have implemented a basic version of Elastic Search Storage for Zeppelin and would like to contribute it back to the main repo. But before we spend time in preparing a Pull Request, I just wanted to check 1. Does this feature make sense for the Zeppelin project and would be accepted