Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-08 Thread Felix Cheung
Is this possibly caused by CDH requiring a build-from-source instead of the official binary releases? On Thu, Jul 7, 2016 at 8:22 PM -0700, "Benjamin Kim" mailto:bbuil...@gmail.com>> wrote: Moon, My environmental setup consists of an 18 node CentOS 6.7 cluster with 24 cores, 64GB, 12TB st

Re: Zeppelin reports unable to connect to master but master webUI is up and shows connected workers

2016-07-08 Thread B00083603 Michael O Brien
If I swap the spark home value to use the binaries I installed on the cluster that error goes away but I get java.net.ConnectException: Connection refused error instead. If I use the spark console on Master I can run the pi example. I'm not sure if it matters but I don't have hadoop setup but

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-08 Thread Benjamin Kim
Felix, I forgot to add that I built Zeppelin from source http://mirrors.ibiblio.org/apache/zeppelin/zeppelin-0.6.0/zeppelin-0.6.0.tgz using this command "mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Dspar

Pass parameters to paragraphs via URL

2016-07-08 Thread on
Hi, I am trying to pass parameters via URL to a published paragraph (and to run it after that), e.g., I would like to get variable test of /paragraph/20160708-144835_1515469620?asIframe&test=123 within my python context, calculating a bit and then printing the result in the paragraph (so tha

Re: Zeppelin reports unable to connect to master but master webUI is up and shows connected workers

2016-07-08 Thread Mohit Jaggi
stacktrace? > On Jul 8, 2016, at 2:08 AM, B00083603 Michael O Brien > wrote: > > If I swap the spark home value to use the binaries I installed on the cluster > that error goes away but I get java.net.ConnectException: Connection refused > error instead. > > If I use the spark console on Mas

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-08 Thread Felix Cheung
For #1, do you know if Spark can find the Hive metastore config (typically in hive-site.xml) - Spark's log should indicate that. _ From: Benjamin Kim mailto:bbuil...@gmail.com>> Sent: Friday, July 8, 2016 6:53 AM Subject: Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released