Re: Zeppelin Installation Help

2016-08-08 Thread Mohit Jaggi
Yes that is the spark interpreter and it will be “always on”. Mohit www.dataorchardllc.com > On Aug 8, 2016, at 10:33 AM, Brian Liao wrote: > > Hi > > Thank you for the help. This is really great. > > I have Zeppelin running now with a remote standalone Spark cluster. > > To summarize, you

Re: Zeppelin Installation Help

2016-08-08 Thread Brian Liao
Hi Thank you for the help. This is really great. I have Zeppelin running now with a remote standalone Spark cluster. To summarize, you will need to install hadoop client, spark clients onto the same server you are running zeppelin. You will also need to ensure that you configure the .xml prop

Re: Zeppelin Installation Help

2016-08-04 Thread Jongyoul Lee
If you have spark binary in your local, you can enforce the version by setting SPARK_HOME in your zeppelin-env.sh On Fri, Aug 5, 2016 at 9:48 AM, Mohit Jaggi wrote: > I defer to the experts but that is what i do and it works. Weird rpc > errors on spark are often due to version mismatch. I wish

Re: Zeppelin Installation Help

2016-08-04 Thread Mohit Jaggi
I defer to the experts but that is what i do and it works. Weird rpc errors on spark are often due to version mismatch. I wish there was a simple version check but afaik there isnt Sent from my iPhone > On Aug 4, 2016, at 11:51 AM, Brian Liao wrote: > > So you are saying that I need to insta

Re: Zeppelin Installation Help

2016-08-04 Thread Brian Liao
So you are saying that I need to install spark locally in order to get this to work? > On Aug 4, 2016, at 11:12 AM, Mohit Jaggi wrote: > > One of the Z config variables points to your local spark installation. Make > sure it is the same version as the one on the cluster. > >> On Aug 4, 2016,

Re: Zeppelin Installation Help

2016-08-04 Thread Mohit Jaggi
One of the Z config variables points to your local spark installation. Make sure it is the same version as the one on the cluster. > On Aug 4, 2016, at 10:49 AM, Brian Liao wrote: > > Hi, > > Thank you. > > I used the prebuilt binary package version 0.6.0 from Zeppelin and my spark > cluster

Re: Zeppelin Installation Help

2016-08-04 Thread Brian Liao
Hi, Thank you. I used the prebuilt binary package version 0.6.0 from Zeppelin and my spark cluster is 1.5. Is there a way to force the prebuilt zeppelin to use 1.5? or the only way to do this is to compile from source? Also I don’t need to install Spark locally on where I host Zeppelin? > O

Re: Zeppelin Installation Help

2016-08-04 Thread Mohit Jaggi
mismatched spark version? > On Aug 4, 2016, at 8:11 AM, Brian Liao wrote: > > Hi > > I am following this guide (http://zeppelin.apache.org/download.html > ) to install Zeppelin, but wasn't > able to configure it and get it to work. I used the binary

Zeppelin Installation Help

2016-08-04 Thread Brian Liao
Hi I am following this guide (http://zeppelin.apache.org/download.html ) to install Zeppelin, but wasn't able to configure it and get it to work. I used the binary package (the one that I don't need to compile anymore). I would like to have Zeppelin s