Re: Multiple spark interpreters in the same Zeppelin instance

2016-02-04 Thread Zhong Wang
Thanks, Moon! I got it worked. The reason why it didn't work is that I tried to use both of the spark interpreters inside one notebook. I think I can create different notebooks for each interpreters, but it would be great if we could use "%xxx", where xxx is the user defined interpreter

Re: accessing python list in scala note

2016-02-04 Thread Suraj
That works. Thanks a lot Moon. Regards,Suraj Sent from Yahoo Mail on Android On Thu, 4 Feb, 2016 at 12:51 PM, moon soo Lee wrote: Hi Suraj, You can cast type and access the value. Like objFrmPy.asInstanceOf[java.util.ArrayList[Any]].get(1) Hope this helps, Best,moon On

custom interpreter not found

2016-02-04 Thread Jeff Zhang
I develop a very simple custom interpreter and following the instruction here https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/development/writingzeppelininterpreter.html but when I use it in interpreter, it fails, and check the logs which says following (there's not other

Re: HBase Interpreter

2016-02-04 Thread Felix Cheung
We could probably look into HBase/Pom.xml handling the vendor-repo profile too. On Thu, Feb 4, 2016 at 8:08 PM -0800, "Rajat Venkatesh" wrote: Benjamin, Can you try compiling Zeppelin by changing the dependencies in hbase/pom.xml to use cloudera jars ? In the

Re: HBase Interpreter

2016-02-04 Thread Benjamin Kim
Please, tell me what values to put as the properties for hbase version? Thanks, Ben > On Feb 4, 2016, at 9:15 PM, Felix Cheung wrote: > > We could probably look into HBase/Pom.xml handling the vendor-repo profile > too. > > > > > > On Thu, Feb 4, 2016 at 8:08

Re: HBase Interpreter

2016-02-04 Thread Benjamin Kim
Sure. I'll do that. On Thursday, February 4, 2016, Felix Cheung wrote: > Sorry to clarify I was referring to changes to Maven's project file that > could allow changes to dependencies at project build time. We would need to > look into that - will loop you in for

Re: custom interpreter not found

2016-02-04 Thread moon soo Lee
Hi, Could you double check if you have created interpreter setting in 'Interpreter' menu and bind your notebook to the created interpreter setting? Thanks, moon On Fri, Feb 5, 2016 at 11:37 AM Jeff Zhang wrote: > I develop a very simple custom interpreter and following the

Re: HBase Interpreter

2016-02-04 Thread Felix Cheung
CDH is known to cherry pick patches from later releases. Maybe it is because of that. Rajat do you have any lead on the release compatibility issue? _ From: Rajat Venkatesh Sent: Wednesday, February 3, 2016 10:05 PM Subject: Re: HBase