Re: Roadmap for 0.8.0

2017-03-22 Thread Felix Cheung
+1 with latest/stable. From: moon soo Lee Sent: Tuesday, March 21, 2017 8:41:58 AM To: users@zeppelin.apache.org Cc: d...@zeppelin.apache.org Subject: Re: Roadmap for 0.8.0 And if i suggest simplest way for us to set quality expectation to user, which will be

Using Zeppelin with a remote git repository

2017-03-22 Thread Paul Brenner
Does anyone currently use zeppelin with a remote git repository? I know there are built in features for local repositories and I see an open ticket requesting to have a UI button for pushing (  https://share.polymail.io/v1/z/b/NThkMmI0M2FjNmFl/hTArYPkqRNC4P17VE6rrNAhyY6zvgR6oJywYqQyrCW1Froj1P44qQ

Re: How to let Zeppelin have map visulization function

2017-03-22 Thread mingda li
Thanks, I follow the https://github.com/apache/zeppelin/pull/765/files to install map successfully on my local machine. But it can't be shown on my cluster. Do I need to npm install leaflet or something to make it work? Thanks, Mingda On Tue, Mar 21, 2017 at 2:58 PM, Neil Derraugh < neil.derra...

Does Spark need to run for Zeppelin

2017-03-22 Thread mingda li
Hi, I recently met a strange problem. My spark is not running. But when I restart Zeppelin and run spark program on it. It can run. And even after I start spark and run zeppelin, I can't see the application of Zeppelin running in Spark. Does anyone have idea of that? Thanks, Mingda

Re: Does Spark need to run for Zeppelin

2017-03-22 Thread mingda li
If I tell zeppelin spark's home in conf, will it start spark by self? On Wed, Mar 22, 2017 at 1:45 PM, mingda li wrote: > Hi, > > I recently met a strange problem. My spark is not running. But when I > restart Zeppelin and run spark program on it. It can run. > And even after I start spark and r

Re: Does Spark need to run for Zeppelin

2017-03-22 Thread Jianfeng (Jeff) Zhang
>>> I can't see the application of Zeppelin running in Spark. What do you mean ? Do you mean you don't see yarn app ? Maybe you didn't run yarn-client mode Best Regard, Jeff Zhang From: mingda li mailto:limingda1...@gmail.com>> Reply-To: "users@zeppelin.apache.org

Re: Using Zeppelin with a remote git repository

2017-03-22 Thread Xiaohui Liu
I provided zeppelin with git notebook repos to a dozen of internal users. Here is my work around of the pushing thing 1. All zeppelin servers run in docker containers. Each user has a separate contianer 2. when the container starts, it checks out code and set global git configurations, like user

Zeppelin Spark Sql Interpreter CompileException

2017-03-22 Thread Chaoran Yu
Hello,   I’m running Zeppelin 0.7.0 with Mesos.  I tried to run the tutorial on this page https://zeppelin.apache.org/docs/0.7.0/quickstart/tutorial.html   The regular Spark code in Scala worked fine but I got a org.codehaus.commons.compiler.CompileException when running the Spark Sql code. Stacktr

Re: Zeppelin Spark Sql Interpreter CompileException

2017-03-22 Thread Jeff Zhang
I suspect it is due to spark issue. Can you run it in spark shell local mode to verify that ? Chaoran Yu 于2017年3月23日周四 上午10:19写道: > Hello, > >I’m running Zeppelin 0.7.0 with Mesos. > > I tried to run the tutorial on this page > https://zeppelin.apache.org/docs/0.7.0/quickstart/tutorial.htm

Re: Does Spark need to run for Zeppelin

2017-03-22 Thread mingda li
I mean if I start spark for our cluster (16 nodes) and run zeppelin on master node with local[*] setting of Spark Interpreter. I can't see Zeppelin Application in port 8080's running applications or complete applications. Is that because I am setting local[*}? On Wed, Mar 22, 2017 at 5:30 PM, Jian

Re: Zeppelin Spark Sql Interpreter CompileException

2017-03-22 Thread Chaoran Yu
Tried on my local machine just now. It’s working fine. It might be a Mesos integration problem > On Mar 22, 2017, at 10:45 PM, Jeff Zhang wrote: > > > I suspect it is due to spark issue. Can you run it in spark shell local mode > to verify that ? > > > Chaoran Yu