Re: Multiple spark interpreters in the same Zeppelin instance

2016-07-01 Thread Jongyoul Lee
Hi, Concerning importing/exporting notebook with aliases, my simple solution is to store reference interpreter setting into note.json. It, however, makes note.json enlarged and it's possible not to match current and new interpreter setting ids. Second, when user import note, we provide a menu to

Re: spark interpreter

2016-07-01 Thread Benjamin Kim
Moon, I have downloaded and tested the bin-all tarball, and it has some deficiencies compared to the build-from-source version. CSV, TSV download is missing Doesn’t work with HBase 1.2 in CDH 5.7.0 Spark still does not work with Spark 1.6.0 in CDH 5.7.0 (JDK8) Using Livy is a good workaround

Re: Using yarn-cluster mode.

2016-07-01 Thread Jeff Zhang
Check the official doc and use livy interpreter https://zeppelin.incubator.apache.org/docs/0.6.0-SNAPSHOT/install/install.html#installation On Fri, Jul 1, 2016 at 11:00 AM, Egor Pahomov wrote: > How crazy it would be to build current zeppelin from master and use? Does >

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-01 Thread Jonathan Esterhazy
Hyung, thx for your help. I opened these: https://issues.apache.org/jira/browse/ZEPPELIN-1096 (this scala problem) https://issues.apache.org/jira/browse/ZEPPELIN-1097 (similar looking python problem) LMK if I can provide more info or help in some way. On Fri, Jul 1, 2016 at 5:08 AM, Hyung Sung

Re: Error with sql interpreter

2016-07-01 Thread Juan Pablo Briganti
Hi all! Any other suggestion about this issues would really help us and will be really appreciated. Looks like a very interesting tool so we want to work more with it. If you need more info please let me know. Thanks!!! 2016-06-27 9:56 GMT-03:00 Juan Pablo Briganti :

Re: Using yarn-cluster mode.

2016-07-01 Thread Jeff Zhang
AFAIK,for now only yarn-client mode is supported, the livy interpreter would support yarn-cluster mode, but not in the released zeppelin yet. On Fri, Jul 1, 2016 at 10:44 AM, Egor Pahomov wrote: > Hi, I want to use yarn-cluster mode and failing to do so. I couldn't find

Re: Multiple spark interpreters in the same Zeppelin instance

2016-07-01 Thread moon soo Lee
Thanks Jongyoul for taking care of ZEPPELIN-2012 and share the plan. Could you share little bit more detail about how export/import notebook will work after ZEPPELIN-2012? Because we assume export/import notebook works between different Zeppelin installations and one installation might

Re: spark interpreter

2016-07-01 Thread moon soo Lee
0.6.0 is currently in vote in dev@ list. http://apache-zeppelin-dev-mailing-list.75694.x6.nabble.com/VOTE-Apache-Zeppelin-release-0-6-0-rc1-tp11505.html Thanks, moon On Thu, Jun 30, 2016 at 1:54 PM Leon Katsnelson wrote: > What is the expected day for v0.6? > > > > > From:

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-01 Thread Hyung Sung Shim
Hi Jonathan. Unfortunately I got same error in my test bed. Do you mind create an jira issue for this? 2016-07-01 3:19 GMT+09:00 Jonathan Esterhazy : > I added this and still get the same exception. The same property is also > set in spark-defaults.conf. > > After