Embed Zeppelin Results in External page

2016-02-15 Thread Ismail Dhorat
Hi, I cannot seem to find any documentation on how to embed the results in an external page via an iframe etc. Could anyone point me in the right direction? Regards, Ismail

Re: Queries regarding the table views and exception

2016-02-15 Thread Shabeel Syed
Thank you very much Zhong ! For my first question, I think we need to wait for the job status to be finished. Let me check it. On Sat, Feb 13, 2016 at 12:28 AM, Zhong Wang wrote: > For your second question, the answer is yes. See this example: > http://s.apache.org/57E > > Zhong > > On Fri, Fe

Re: Zeppelin with Spark Streaming

2016-02-15 Thread Felipe Almeida
After the call to ssc.stop, you will probably see output printed into Zeppelin; you should see output every time a window closes. *FA* *FA * http://queirozf.com “Every time you stay out late; every time you sleep in; every time you miss a workout; every time you don’t give 100% – You make it that

Re: Zeppelin with Spark Streaming

2016-02-15 Thread Felipe Almeida
Yes there is. I do it every day. It's very useful to try things out to see if things are behaving according to plan. Create the spark streaming context from the sc SparkContext (I'm using @transient for everything (because I run stuff outside of any enclosing scope, like an object) stuff gets "suc

Zeppelin with Spark Streaming

2016-02-15 Thread Michael Gummelt
Hi, I've seen this JIRA regarding Spark Streaming: https://issues.apache.org/jira/browse/ZEPPELIN-274, but I have a more basic question. Is there a way to iterate on a Spark Streaming job in Zeppelin without restarting the interpreter? Specifically, I'd like to start a streaming job, see some re