Re: [DISCUSS] Update Roadmap

2016-03-02 Thread moon soo Lee
Shabeel, thanks for the feedback about rest api and custom id. that might help avoid multiple rest api calls. Thanks everyone for valuable feedback. Looks like all we're going to the same direction. I have updated wiki. https://cwiki.apache.org/confluence/display/ZEPPELIN/Zeppelin+Roadmap Please t

Re: Multiple JDBC interpreters

2016-03-02 Thread moon soo Lee
Hi, It is expected to see "Refix not found" when you run %jdbc(drilllocal) show databases" %jdbc([NAME]), the NAME here supposed to be a prefix of interpreter setting property. For example, if your interpreter setting has default.url default.user default.password default.driver drill.url drill.

Re: Importing an exported notebook

2016-03-02 Thread Felix Cheung
Here should be a link on the Zeppelin homepage that says "import note" On Wed, Mar 2, 2016 at 12:22 PM -0800, "cs user" wrote: Hi All, Within the notebook UI, there is a button to export a notebook. This seems to work fine. However, there doesn't seem to be a button to then import the

Re: Multiple JDBC interpreters

2016-03-02 Thread Christopher Matta
Hi Moon, thanks. My build was built a few days ago off the master branch, I think this is a bug. It would be helpful if anyone else could validate or refute my findings, it doesn't need to be a Drill JDBC, it can be any set of JDBC connections. Chris Matta cma...@mapr.com 215-701-3146 On Wed, Mar

Re: Multiple JDBC interpreters

2016-03-02 Thread moon soo Lee
Hi Chris Matta, At the moment, Zeppelin allow one 'Interpreter setting' derived from an interpreter in a notebook. Therefore, Zeppelin will always use the first available interpreter (drilllocal) among your 3 interpreter settings derived from jdbc interpreter drilllocal(%jdbc), jdbc(%jdbc), mysql

Importing an exported notebook

2016-03-02 Thread cs user
Hi All, Within the notebook UI, there is a button to export a notebook. This seems to work fine. However, there doesn't seem to be a button to then import the notebook to a different zeppelin instance. Am I missing something? Thanks!

Multiple JDBC interpreters

2016-03-02 Thread Christopher Matta
If i’m understanding configuring multiple jdbc prefixes correctly I should be able to create an Apache Drill interpreter called “drilllocal” as a jdbc interpreter, but I’m not having much success with identifying it with it’s prefix: This is the drilllocal config (meant to connect to my local, emb

Re: problem with start H2OContent

2016-03-02 Thread pseudo oduesp
hi Silvio , can i ask question about install zepplin with yarn on cloudera 5.5.1 and spak 1.5.0 please 2016-03-02 15:38 GMT+01:00 Silvio Fiorito : > Not seeing my response post to the email list so re-sending: > > This is probably the issue: > > export *SPARK_SUBMIT_OPTIONS=SPARK_SUBMIT_OPTIONS=*

Re: problem with start H2OContent

2016-03-02 Thread Aleksandr Modestov
Yes, sure. In Zeppelin-env.sh I write only two strings: export SPARK_HOME="/data/analytics/Spark1.5"# (required) When it is defined, load it instead of Zeppelin embedded Spark libraries export SPARK_SUBMIT_OPTIONS=SPARK_SUBMIT_OPTIONS="--packages ai.h2o:sparkling-water

RE: problem with start H2OContent

2016-03-02 Thread Silvio Fiorito
Do you mind sharing your config files? From: Aleksandr Modestov Sent: Wednesday, March 2, 2016 5:30 AM To: users@zeppelin.incubator.apache.org Subject: Re: problem with start H2OContent About this issue... If I chang

Re: problem with start H2OContent

2016-03-02 Thread Aleksandr Modestov
About this issue... If I change a conf-file and the internal spark interpreter to external I get errors... Moreover I see in a log file that conf is not loaded: "WARN [2016-03-02 13:25:54,376] ({main} ZeppelinConfiguration.java[create]:92) - Failed to load configuration, proceeding with a default"

Re: Importing an exported notebook

2016-03-02 Thread cs user
Sorry, managed to find this :) It's on the zeppelin homepage, import note. Works a treat! On Wed, Mar 2, 2016 at 7:57 AM, cs user wrote: > Hi All, > > Within the notebook UI, there is a button to export a notebook. This seems > to work fine. > > However, there doesn't seem to be a button to t

Re: [DISCUSS] Update Roadmap

2016-03-02 Thread Shabeel Syed
Also we need better rest api support for creating and fetching the notebooks and paragraphs. for example if I can set custom defined notebookid and paragraphid , we can avoid multiple rest api calls. http://localhost:8080/#/notebook/ /paragraph/?asIframe should return me error if notebook or parag