Re: how to automatically load jars

2016-02-23 Thread vincent gromakowski
Yes i can see it. Its wird cause i have rebuilt from master yesterday. Le 23 févr. 2016 11:51 PM, "moon soo Lee" a écrit : > I tried with current master branch, but i couldn't reproduce. > After "3. Start zeppelin", before "4. Run a paragraph", if you go to > interpreter menu,

sharing angular variable to scala interpreter in zepelin

2016-02-23 Thread Balachandar R.A.
Hi In one of my usecases, i need to pass a variable defined inside angular interpreter to another paragraph which is a scala interpreter. I could do other way around using z.angularBind() but could not figure out how to pass a variable from angular to scala. Any clue will be helpful here regards

Re: HBase Interpreter

2016-02-23 Thread Felix Cheung
Hi Ben Not yet - I made the change but unfortunately it's not working. Have not had the chance to debug through the HBase ruby code yet. I should have some time next week. _ From: Benjamin Kim Sent: Tuesday, February 23, 2016 6:19 PM

Re: HBase Interpreter

2016-02-23 Thread Benjamin Kim
Hi Felix, Any updates? Does the latest merged master have the hbase quorum properties? Thanks, Ben > On Feb 12, 2016, at 1:29 AM, Felix Cheung wrote: > > Cool, I think I have figured out how to set properties too. I might open a PR > tomorrow or later. > > > >

Re: how to automatically load jars

2016-02-23 Thread moon soo Lee
I tried with current master branch, but i couldn't reproduce. After "3. Start zeppelin", before "4. Run a paragraph", if you go to interpreter menu, can you see dependency you have added on GUI? Thanks, moon On Tue, Feb 23, 2016 at 11:41 AM vincent gromakowski < vincent.gromakow...@gmail.com>

Re: how to automatically load jars

2016-02-23 Thread vincent gromakowski
1. Stop zeppelin 2. Add a dependency in interpreter.json "dependencies": [ { "groupArtifactVersion": "/./spark-cassandra-connector-1.5.0_2.10.jar", "local": false, "exclusions": [] } ] 3. Start zeppelin 4. Run a paragraph with import

Re: how to automatically load jars

2016-02-23 Thread moon soo Lee
interpreter.json supposed to be loaded on launch. Could double check that interpreter.json is not read at zeppelin launch? Or if it keep happening, could you let me know how to reproduce? Thanks, moon On Tue, Feb 23, 2016 at 8:22 AM vincent gromakowski < vincent.gromakow...@gmail.com> wrote: >

Re: Incoming conference for Zeppelin

2016-02-23 Thread Corneau Damien
Lucky Guy, I didn't get in Devoxx France :) On Tue, Feb 23, 2016 at 9:18 AM, DuyHai Doan wrote: > Quick update, I'll be presenting Zeppelin with the Cassandra interpreter > in France for: > > - Devoxx France 2016 > - BreizhCamp 2016 > > The final dates are to be announced,

Re: Scala 2.11

2016-02-23 Thread moon soo Lee
If we can support both 2.10 and 2.11 and gracefully dropping 2.10 support for SparkInterpreter, that would be better. And I think it's totally fine only portion of interpreter supports scala 2.11. Thanks, moon On Tue, Feb 23, 2016 at 8:50 AM Eric Charles wrote: > Two

Re: Scala 2.11

2016-02-23 Thread Eric Charles
Two facets/questions here: 1. Are we willing to support both 2.10 and 2.11, or move to 2.11 (dropping 2.10 support) ? 2. Spark default build is now 2.11, not sure the other interpreters support 2.11 (last time I looked Flink, it was not supported - didn't look scaling...). So would we agree

Re: how to automatically load jars

2016-02-23 Thread vincent gromakowski
What is the best way to configure spark interpreter ? Should I use zeppelin-env.sh and a very long line of "export SPARK_SUBMIT_OPTIONS" or configure interpreter.json before launching Zeppelin daemon It seems interpreter.json is not read at zeppelin launch,I need to manually go to settings web

Re: Scala 2.11

2016-02-23 Thread moon soo Lee
Hi, There're some related issues and some discussions in it. https://issues.apache.org/jira/browse/ZEPPELIN-605 https://issues.apache.org/jira/browse/ZEPPELIN-450 So far, no patch or pullrequest has been created. It'll be very nice if we could have patch for 2.11. Thanks, moon On Tue, Feb 23,

Upgrade Tachyon interpreter to Alluxio interpreter

2016-02-23 Thread Mauro Cortellazzi
Hi All, I have saw today that the Tachyon project is become Alluxio project (with a new and improved version of them software). Do you think could be interesting the update of the interpreter's code? Thank you. Bests. Mauro

Re: Zeppelin 0.5.6 error

2016-02-23 Thread vincent gromakowski
Tx 2016-02-23 15:01 GMT+01:00 DuyHai Doan : > Hello Vincent > > This is a bug. The original Cassandra interpreter (V1) was working when > merged into the master. > > After that, there were other commits that update the Guava dependency to > another version and it broke

how to automatically load jars

2016-02-23 Thread vincent gromakowski
Hi, I am trying to automatcally add jars to spark interpreter with several methods but I cannot achieve it. I am currently generating an interpreter.json file from ansible templates before launching Zeppelin in Marathon. 1. spark.jars 2. spark.driver.extraClassPath 3. groupArtifactVersion

Re: Zeppelin 0.5.6 error

2016-02-23 Thread DuyHai Doan
Hello Vincent This is a bug. The original Cassandra interpreter (V1) was working when merged into the master. After that, there were other commits that update the Guava dependency to another version and it broke the Cassandra interpreter (look in the stack trace) because of Guava version

Zeppelin 0.5.6 error

2016-02-23 Thread vincent gromakowski
Hi Zeppelin 0.5.6 give me an error on Cassandra interpreter. Class not found on Cassandra driver core. 2.1.7 is required but I cannot see it In the classpath. Both with binaries and built from source

Scala 2.11

2016-02-23 Thread Jordan G
Is there any work being done, people also interested in collaborating on, and/or useful resources for getting Zeppelin to work with Scala 2.11?