Zeppelin error

2016-05-16 Thread Guilherme Silveira
> Hi Folks, > > I am evaluating zeppelin right now but I am facing some annoying issues. > I would like to hear from the community, maybe I am doing something wrong. > > The number #1 annoying thing is unpredictable of some interpreters. Every now and then I get a "pyspark interpleter not found". T

Re: Zeppelin 0.6 Build

2016-05-16 Thread moon soo Lee
Hi Ben, Thanks reporting the error. Could you try patch https://github.com/apache/incubator-zeppelin/pull/892 ? Patch is just changing slf package name in import statements. Thanks, moon On Sat, May 7, 2016 at 12:19 PM Benjamin Kim wrote: > When trying to build the latest from Git, I get these

Re: Zeppelin error

2016-05-16 Thread moon soo Lee
Hi, Really appreciate for sharing the problem. This is how Zeppelin extracting interpreter name https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Paragraph.java#L137 This is how Interpreter is selected from the extracted name htt

Re: Blank home page and disconnected

2016-05-16 Thread Sunita Koppar
Thank you for you help in resolving this Hyung. You are right, it was related to firewall. For benefit of others in corporate world facing the same issue, here are the details. The initial firewall request opened http, https and web browsing only. The firewall sees web socket as a different connect

timeout for spark

2016-05-16 Thread Mohit Jaggi
Hi All, I want to run a long job from zeppelin but it seems that it gets killed. My guess is that it is due to the spark REPL timing out(because Spark logs say killed by user). How can I increase this timeout? Mohit.

Re: Blank home page and disconnected

2016-05-16 Thread Hyung Sung Shim
Thank you very much for your detail solution. This will really help to others. 2016년 5월 17일 화요일, Sunita Koppar님이 작성한 메시지: > Thank you for you help in resolving this Hyung. You are right, it was > related to firewall. For benefit of others in corporate world facing the > same issue, here are the d

Re: Is it possible or feasible to deploy zeppelin as war?

2016-05-16 Thread moon soo Lee
Hi Woosan, Currently, Zeppelin starts interpreter as a separate process using bin/interpreter.sh, and that process need to add one of subdirectory under './interpreter' directory into classpath. I guess packaging everything into war will not be simple unless change current interpreter starting me

Re: Is it possible or feasible to deploy zeppelin as war?

2016-05-16 Thread Woonsan Ko
Hi moon, Thanks a lot for the remark. I'll keep that in mind. Cheers, Woonsan On Mon, May 16, 2016 at 9:38 PM, moon soo Lee wrote: > Hi Woosan, > > Currently, Zeppelin starts interpreter as a separate process using > bin/interpreter.sh, and that process need to add one of subdirectory under >

Re: looking for binaries

2016-05-16 Thread Mohit Jaggi
thanks Anish…this worked for me. > On May 7, 2016, at 6:55 PM, anish singh wrote: > > Hello Mohit, > > For binaries of Zeppelin build you might be interested in [0]. As mentioned > in the release notes[1] of zeppelin release 0.5.5, from this version onwards > a single binary package can be us