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 will

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 you check if your 'zepp

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 wrote: > >> Hi >> >> Tomorrow with a colle

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Jonathan Esterhazy
I added this and still get the same exception. The same property is also set in spark-defaults.conf. After that didn't work, I also tried adding --conf spark.authenticate=true and --conf spark.authenticate.enableSaslEncryption=true, to match the other related settings in spark-defaults.conf. Still

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, Jun 30, 2016 at 7:05 AM, Hyung

Re: spark interpreter

2016-06-30 Thread Benjamin Kim
Hi, I fixed it. I had to restart Livy server as the hue user and not as root. Thanks, Ben > On Jun 30, 2016, at 8:59 AM, Jongyoul Lee wrote: > > 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

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 'zeppelin.interpreters'

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: > > Hi Ben, > > Livy inter

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 wrote: > On a side

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 spark.authenticate mode

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/ zeppelin + spark authenticatio

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, >> >> Yes, here they are.

Re: Review on notebook

2016-06-30 Thread Alexander Bezzubov
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 wrote: > Hi > > Tomorrow with a colleague, I will be presenting Apache Zeppelin to the > Toulouse Data Science. > The demo will be based on the following n

Re: Elastic Search Storage for Zeppelin Notebooks

2016-06-30 Thread Alexander Bezzubov
Hi Ashish, let's move this discussion to dev@ mailing list (by removing users@ from CC) As far as I understood, you are working on multiple things one being NotebookRepo implementation backed by Elasticsearch. That sounds great, and I would be happy to assist you with it and help by reviewing ide

BigQuery Interpreter for Apache Zeppelin

2016-06-30 Thread Alexander Bezzubov
Dear All, is anybody from the community interested\looking forward a BigQuery [1] interpreter support in Apache Zeppelin? 1. https://cloud.google.com/bigquery -- Kind regards, Alexander.

Re: Elastic Search Storage for Zeppelin Notebooks

2016-06-30 Thread Andrea Santurbano
Hi Ashish, if you share the github repo i would like to contribute! Bests Andrea Il giorno gio 30 giu 2016 alle ore 08:12 ashish rawat ha scritto: > 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 befo

Re: Zeppelin multi-user dashboards

2016-06-30 Thread Skanda
Hi All, I have the same requirement as that of Ashish, wherein the same Dashboard will be used by multiple users and each user will look at the charts by applying different filters. Can somebody from the core Zeppelin team provide the right way to have this feature built in Zeppelin? Regards, Ska