Re: python.docker interpreter not working

2017-10-04 Thread Cyril Scetbon
> 100%   15:11:16 > Python 2.7.14 > > And this is what I see in Zeppelin logs : > > WARN [2017-10-04 15:10:35,998] ({pool-2-thread-34} > NotebookServer.java[afterStatusChange]:2064) - Job 20171004-150341_2114032812 > is finished, status: ERROR, exception: null, result: %text Not supported > command: activate python:2.7 > print ‘nothing' > > Thanks > — > Cyril Scetbon >

RE: python.docker interpreter not working

2017-10-04 Thread David Howell
thon:2.7 python -V  100%   15:11:16 Python 2.7.14 And this is what I see in Zeppelin logs : WARN [2017-10-04 15:10:35,998] ({pool-2-thread-34} NotebookServer.java[afterStatusChange]:2064) - Job 20171004-150341_2114032812 is finis

Re: python.docker interpreter not working

2017-10-04 Thread Cyril Scetbon
; > > > > Docker is installed on my machine : > > docker run -ti python:2.7 python -V > > 100%   15:11:16 > Python 2.7.14 > > And this is what I see in Zeppelin logs : > > WARN [2017-10-04 15:10:35,998] ({pool-2-thread-34} > NotebookSer

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

2017-10-04 Thread Patrick Brunmayr
Hello I am having troubles using the cassandra interpreter on my local machine. Whenever i try to run a cassandra notebook i get following error stack java.lang.NoClassDefFoundError: Could not initialize class > org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$ > at > org.apache.zeppel

How to execute spark-submit on Note

2017-10-04 Thread Partridge, Lucas (GE Aviation)
“we were considering how to deliver our programs to users widely after we made a program with collaboration on Zeppelin” - This is a common question/use case in my experience with Zeppelin: “How do we roll out code to everyone once it’s been prototyped in Zeppelin?”. Our approach is to package