RE: Zeppelin error

2016-05-17 Thread Anton Bubna-Litic
be grateful if you would notify us immediately by email reply, phone (+ 61 2 9292 6400) or fax (+ 61 2 9292 6444) and delete the message from your system. From: Guilherme Silveira [mailto:guilhermecgss...@gmail.com] Sent: Wednesday, 18 May 2016 12:44 AM To: users@zeppelin.incubator.apache.org Sub

Re: Zeppelin error

2016-05-17 Thread Guilherme Silveira
Looks like Chris's answer is right ERROR: "text":"%pyspark\r\n\r\ndef formatClusterName(index):\r\nreturn 'ClusterCenter_' + str(index +1) ", SUCCESS: "text":"%pyspark\n\ndef formatClusterName(index):\nreturn 'ClusterCenter_' + str(index + 1)", Both look the same in the UI Em 17 de mai d

Re: Zeppelin error

2016-05-17 Thread Felix Cheung
That's a great solution. If one of you don't mind opening a JIRA for this we should investigate and fix this lien ending check issue. On Tue, May 17, 2016 at 6:05 AM -0700, "Chris Winne" wrote: On Mon, May 16, 2016 at 10:06:18AM -0300, Guilherme Silveira wrote: >> Hi Folks, >>

Re: Zeppelin error

2016-05-17 Thread Chris Winne
On Mon, May 16, 2016 at 10:06:18AM -0300, Guilherme Silveira wrote: >> 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 thi

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

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: Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-18 Thread Paulo Cheadi Haddad Filho
e below. > > > _____ > > From: Paulo Cheadi Haddad Filho > Sent: Wednesday, September 16, 2015 9:21 AM > Subject: Fwd: Zeppelin error when trying to run pyspark using python3 > To: > > > Hello, > > Yesterday I installed a Spark server wi

Re: Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-18 Thread Felix Cheung
reter setting >> to the matching Python 3? "python3" in your example below. >> >> >> _ >> >> From: Paulo Cheadi Haddad Filho >> Sent: Wednesday, September 16, 2015 9:21 AM >> Subject: Fwd: Zeppelin error when tr

Re: Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-18 Thread Paulo Cheadi Haddad Filho
1 PM Felix Cheung > wrote: > >> Could you try setting zeppelin.pyspark.python in the interpreter setting >> to the matching Python 3? "python3" in your example below. >> >> >> _ >> >> From: Paulo Cheadi Haddad Filh

Re: Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-16 Thread Paulo Cheadi Haddad Filho
;python3" in your example below. > > > _ > > From: Paulo Cheadi Haddad Filho > Sent: Wednesday, September 16, 2015 9:21 AM > Subject: Fwd: Zeppelin error when trying to run pyspark using python3 > To: > > > Hello, > > Yeste

Re: Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-16 Thread Felix Cheung
Could you try setting zeppelin.pyspark.python in the interpreter setting to the matching Python 3? "python3" in your example below. _ From: Paulo Cheadi Haddad Filho Sent: Wednesday, September 16, 2015 9:21 AM Subject: Fwd: Zeppelin error when try

Fwd: Zeppelin error when trying to run pyspark using python3

2015-09-16 Thread Paulo Cheadi Haddad Filho
Hello, Yesterday I installed a Spark server with Zeppelin and, while testing in a new notebook, I realized that pyspark is using Python 2.7.9. I have Python 3.4.3 installed and some other things I can tell if you later. Looking for how to use python3, I found this post [1]. I tried setting those

Re: ZEppelin Error

2015-08-10 Thread moon soo Lee
fyi, SparkInterpreter supposed to take any property starts with 'spark.', even if they're not listed in default property list in UI. pr197 itself looks fine, but you still able to add those properties even if they're not listed in UI. Thanks, moon On Sun, Aug 9, 2015 at 10:56 PM ÐΞ€ρ@Ҝ (๏̯͡๏) w

Re: ZEppelin Error

2015-08-09 Thread ๏̯͡๏
https://github.com/apache/incubator-zeppelin/pull/197 On Sun, Aug 9, 2015 at 10:47 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: > Setting spark.executor.instances from Interpreter tab from UI simply does > not take it . > The setting is not shown in UI after reload/restart and its no where to be > seen in the zeppe

Re: ZEppelin Error

2015-08-09 Thread ๏̯͡๏
Setting spark.executor.instances from Interpreter tab from UI simply does not take it . The setting is not shown in UI after reload/restart and its no where to be seen in the zeppelin installation directory. $ find /home/zeppelin/incubator-zeppelin -type f -exec grep -H 'spark.executor.instances'

ZEppelin Error

2015-08-09 Thread ๏̯͡๏
I wanted to increase the parallelsim and hence increased number of executors. I did http://goo.gl/Ww6Wpx and restart zeppelin server. I submitted load job and zeppelin.log shows Exception: ERROR [2015-08-09 10:24:41,530] ({Thread-25} RemoteInterpreterEventPoller.java[run]:63) - Can't get Remote

Re: ZEppelin Error

2015-08-09 Thread ๏̯͡๏
WARNING: The following warnings have been detected with resource and/or provider classes: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String), should not consume any entity. Error: Could not find or load main