Re: Roadmap for 0.8.0

2017-04-05 Thread Ruslan Dautkhanov
Makes sense. Thanks Jeff! On Wed, Apr 5, 2017 at 11:18 PM Jeff Zhang wrote: > > HI Ruslan, > > ZEPPELIN-1595 is trying to make ZeppelinContext extensible and available > to other interpreters (Currently ZeppelinContext is only available in spark > interpreter) . As you said you want to make {va

Re: Roadmap for 0.8.0

2017-04-05 Thread Jeff Zhang
HI Ruslan, ZEPPELIN-1595 is trying to make ZeppelinContext extensible and available to other interpreters (Currently ZeppelinContext is only available in spark interpreter) . As you said you want to make {var1} as z.get(var1), that means you want to use ZeppelinContext in shell interpreter which r

Re: Other paragraphs do not wait for %sh paragraphs to finish.

2017-04-05 Thread moon soo Lee
Hi, That's expected behavior at the moment. The reason is Each interpreter has it's own scheduler (either FIFO, Parallel), and run-all just submit all paragraphs into target interpreter's scheduler. I think we can add feature such as run-all-sequentially. Do you mind file a JIRA issue? Thanks,

Re: Roadmap for 0.8.0

2017-04-05 Thread Ruslan Dautkhanov
Hi Jeff, I looked at the PR for ZEPPELIN-1595 It does not look it covers %sh interpreter. %sh and %sql interpters are somewhat unique as they don't have access to Zeppelin API (please correct me if I'm wrong) So what https://issues.apache.or

Other paragraphs do not wait for %sh paragraphs to finish.

2017-04-05 Thread murexconsultant
I often have notebooks that have a %sh as the 1st paragraph. This scps some file from another server, and then a number of spark or sparksql paragraphs are after that. If I click on the run-all paragraphs at the top of the notebook the 1st %sh paragraph kicks off as expected, but the 2nd %spark no

Re: Pre-import Notebooks

2017-04-05 Thread Chaoran Yu
To answer my own question, these names are meaningless random names. As long as they match with IDs in note.json, they’ll show up in Zeppelin UI > On Apr 4, 2017, at 4:40 PM, Chaoran Yu wrote: > > I want to pre-import my own notebooks in my Zeppelin build. I see that under > my notebook/ fold

Re: JDBC interpreter - Illegal principal name // org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule

2017-04-05 Thread Michał Kabocik
Dears, I figured out that I was missing jars in the zeppelin jdbc interpreter repository. I added them manually and it worked. Kind regards, 2017-04-04 14:02 GMT+02:00 Michał Kabocik : > Dears, > > I'm trying to enable %jdbc interpreter to be able to work with hive tables. > > I'm using kerberi