Re: Implementing run all paragraphs sequentially

2017-10-06 Thread Jianfeng (Jeff) Zhang
Since almost everyone agree on to run serial by default. We could implement it first. Regarding the parallel mode, we could leave it in future although personally I prefer to define DAG for note. Best Regard, Jeff Zhang From: Michael Segel

Re: pyspark run a specific paragraph

2017-10-06 Thread tbuenger
PyZeppelinContext has an additional member "z" that holds the py4j wrapper of the SparkZeppelinContext. At least on latest 0.8 zeppelin version z.z.run(...) works perfectly fine in a pyspark paragraph. -- Sent from: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/

Re: Trying to 0.7.3 running with Spark

2017-10-06 Thread Michael Segel
I know. If its not working… what do you see in the spark interpreter? Do you see %spark, %spark.sql or do you see just %sql ? I’m sorry, I fuzzed with it and don’t remember what I did to change it. On Oct 6, 2017, at 9:47 AM, Terry Healy > wrote: Hi

Re: Trying to 0.7.3 running with Spark

2017-10-06 Thread Terry Healy
Hi Michael- I'm not sure what the values are supposed to be in order to compare. The interpreter is running; a save and restart still gives the same result. On 10/06/2017 10:41 AM, Michael Segel wrote: What do you see when you check out the spark interpreter?  Something with %spark, or

Re: Trying to 0.7.3 running with Spark

2017-10-06 Thread Michael Segel
What do you see when you check out the spark interpreter? Something with %spark, or %spark.sql (Sorry, going from memory. ) I think it may also have to do with not having the spark interpreter running, so if you manually restart the interpreter then re-run the notebook… it should work… HTH

Trying to 0.7.3 running with Spark

2017-10-06 Thread Terry Healy
Using Zeppelin 0.7.3, Spark 2.1.0-mapr-1703 / Scala 2.11.8 I had previously run the demo and successfully set up MongoDB and JDBC interpreter for Impala under V0.7.2. Since I have upgraded to 0.7.3, everything broke. I am down to to complete re-install (several, in fact) and get a response

Re: Implementing run all paragraphs sequentially

2017-10-06 Thread Michael Segel
Guys… 1) You’re posting this to the user list… Isn’t this a dev question? 2) +1 on the run serial… but doesn’t that already exist with the “run all paragraphs” button already? 3) -1 on a ‘run all in parallel’ button. (Its like putting lipstick on a pig.) Are you really going to run all of

Re: java.lang.NoClassDefFoundError: Could not initialize class org.apache.zeppelin.cassandra.DisplaySystem

2017-10-06 Thread DuyHai Doan
Maybe, but then it will impact ALL interpreters, not just cassandra. We need to fully test to ensure that changing this file will not break anything. On Fri, Oct 6, 2017 at 10:19 AM, Patrick Brunmayr < patrick.brunm...@kpibench.com> wrote: > What about fixing interpreter.cmd ? > > There is

Re: java.lang.NoClassDefFoundError: Could not initialize class org.apache.zeppelin.cassandra.DisplaySystem

2017-10-06 Thread Patrick Brunmayr
What about fixing interpreter.cmd ? There is something like this call "%bin%\functions.cmd" ADDJARINDIR "%ZEPPELIN_HOME%\zeppelin-interpreter\target\lib" call "%bin%\functions.cmd" ADDJARINDIR "%ZEPPELIN_HOME%\lib\interpreter" call "%bin%\functions.cmd" ADDJARINDIR "%INTERPRETER_DIR%" And in

RE: Implementing run all paragraphs sequentially

2017-10-06 Thread Polyakov Valeriy
Thank you all for sharing the problem. Naman Mishra had started the implementation of serial run in [1] so I propose to come back for the discussion of next step (both Parallel and Serial run buttons) after [1] will resolved. [1] https://issues.apache.org/jira/browse/ZEPPELIN-2368 Valeriy

Re: Implementing run all paragraphs sequentially

2017-10-06 Thread Jeff Zhang
+1 for serial run by default. Let's leave others in future. Mohit Jaggi 于2017年10月6日周五 上午7:48写道: > +1 for serial run by default. > > Sent from my iPhone > > On Oct 5, 2017, at 3:36 PM, moon soo Lee wrote: > > I'd like to we also consider simplicity of use.