Save Report separately

2016-10-26 Thread Nirav Patel
Is there a way to save state of the notebook in form of "Report" view so it can be used later for comparison or just kept for bookkeeping. Currently only way I can think of to do this is to clone a new notebook every time you want to keep state of Report. Thanks -- [image: What's New with

Is it possible to run a paragraph in other notebook?

2016-10-26 Thread afancy
Hi, If using z.run() command, is it possible to run the paragraph from different notebook? Thanks /afancy

Re: Use sql interpreter to fill up dynamic forms dropdown list

2016-10-26 Thread moon soo Lee
Hi, Have you tried http://zeppelin.apache.org/docs/latest/manual/dynamicform.html#select-form ? Thanks, moon On Tue, Oct 25, 2016 at 12:15 AM Manjunath, Kiran wrote: > Hello All, > > > > I have a question on creating dropdown list (dynamic forms) using psql > interpreter.

Spark Streaming error in zeppelin paragraph: java.lang.NoClassDefFoundError:

2016-10-26 Thread afancy
Dear all, I pull zeppelin from github, and build. I run the following Spark streaming code in a paragraph, but got the NoClassDefFoundError. Could anybody help? thanks! import org.apache.spark._ import org.apache.spark.streaming._ import org.apache.spark.streaming.StreamingContext._ case