Matplotlib uses tkinter instead of Agg

2016-09-13 Thread Xi Shen
Hi, I want to build a Zeppelin docker image for my self. The docker image is based on ubuntu:wily, and has openjdk-8-jre and python3 installed. I also installed other packages that I need. After started Zeppelin in the docker, I am able to access the webapp from my local browser. I tried to execu

Re: Spark External JAR and Netty issue

2016-09-13 Thread Michael Pedersen
Hi moon, Thank you for the suggestion. This does indeed resolve the issue. I had to manually rebuild the JAR file with netty excluded though - using the Zeppelin dependency management GUY didn't work for me. Cheers, Michael

Fwd: Python Interpreter with Windows

2016-09-13 Thread Deenar Toraskar
Has anyone tried running the Python interpreter on Windows. I cannot get this to work. I have verified that the zeppelin.python is setup correctly. The Python process starts up fine with the interpreter is used for the first time, but any commands results in the following error %python print "1"

Re: New functionality request: run all paragraphs via API with optional JSON params

2016-09-13 Thread moon soo Lee
Hi, Thanks for valuable feedbacks and a suggestion. I think make run notebook rest api accept input params make sense, while run a paragraph rest api accept input param. But applying same params to all paragraphs is not general enough to cover the all other usecases of those input params. So, if

Re: java.lang.ClassNotFoundException: org.apache.spark.repl.SparkCommandLine

2016-09-13 Thread moon soo Lee
Zeppelin support spark 2.0 from 0.6.1 release. Check "Available interpreters" section on download page [1]. Please try 0.6.1 release or build from master branch, and let us know if it works! Thanks, moon [1] http://zeppelin.apache.org/download.html On Wed, Sep 7, 2016 at 12:18 PM Jeremy Cunni

Re: Python Interpreter with Windows

2016-09-13 Thread moon soo Lee
Thanks for sharing the problem. Looks like python interpreter has a problem on windows. Do you mind file an issue? Thanks, moon On Tue, Sep 13, 2016 at 1:34 PM Deenar Toraskar wrote: > Has anyone tried running the Python interpreter on Windows. I cannot get > this to work. I have verified that

Re: Matplotlib uses tkinter instead of Agg

2016-09-13 Thread moon soo Lee
Hi, Thanks for sharing the problem. Could you share which version of Zeppelin are you using and how did you try matplotlib inside of Zeppelin? Are you trying matplotlib with z.show() ? Thanks, moon On Tue, Sep 13, 2016 at 1:56 AM Xi Shen wrote: > Hi, > > I want to build a Zeppelin docker image

Re: Python Interpreter with Windows

2016-09-13 Thread Deenar Toraskar
done https://issues.apache.org/jira/browse/ZEPPELIN-1436 I am going to try using cgywin and will post and update tomorrow. On 13 September 2016 at 22:30, moon soo Lee wrote: > Thanks for sharing the problem. > Looks like python interpreter has a problem on windows. Do you mind file > an issue?

Re: Matplotlib uses tkinter instead of Agg

2016-09-13 Thread Felix Cheung
And matplotlib.use('Agg') Would only work before matplotlib is first used so you would need to restart the interpreter. From error stack below it looks like something might be setting the default backend in matplotlib to TkAgg though. Are you using the Python interpreter or PySpark interpreter?

Re: Hbase configuration storage without data

2016-09-13 Thread Felix Cheung
I like that approach - though you should be able to clear result output before exporting the note, if all you want is the config? The should remove all output data, keeping it smaller? _ From: Mohit Jaggi mailto:mohitja...@gmail.com>> Sent: Monday, September 12, 2016

RE: Hbase configuration storage without data

2016-09-13 Thread Vikash Kumar
Hi, But storing the data in a separate file approach will need to maintain the link between both files. And also this approach is not preferable when the data is obtained on access basis. like in my case data which comes from hbase through phoenix is tenant base. So storing that data into note.j