Re: Unable to print("Hello World") using %python :(

2016-12-13 Thread Russell Jurney
AM > To: "users@zeppelin.apache.org" <users@zeppelin.apache.org> > Subject: Re: Unable to print("Hello World") using %python :( > > Thanks, I've already gone through and checked my spark config. > SPARK_CLASSPATH isn't set, and I spark-submit

Re: Unable to print("Hello World") using %python :(

2016-12-11 Thread Jianfeng (Jeff) Zhang
day, December 10, 2016 at 12:02 PM To: "users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>" <users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>> Subject: Re: Unable to print("Hello World") using %python :( Use only the former.

Re: Unable to print("Hello World") using %python :(

2016-12-11 Thread Russell Jurney
; > > > > > > > > Best Regard, > > > Jeff Zhang > > > > > > > > > > > > > > > > > > > > > > > From: Russell Jurney <russell.jur...@gmail.com> > > > Reply-To: "users@zeppelin.apache.org&q

Re: Unable to print("Hello World") using %python :(

2016-12-10 Thread Jianfeng (Jeff) Zhang
e.org>" <users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>> Subject: Re: Unable to print("Hello World") using %python :( Use only the former.

Re: Unable to print("Hello World") using %python :(

2016-12-09 Thread Russell Jurney
After reading of Zeppelin's dependence on Spark, I tried the same code with %spark and I get this error: org.apache.spark.SparkException: Found both spark.driver.extraClassPath and SPARK_CLASSPATH. Use only the former. Here's the problem: that variable isn't set in my Spark configuration,

Unable to print("Hello World") using %python :(

2016-12-09 Thread Russell Jurney
I can't get Zeppelin to print hello world using Python. What am I doing wrong? I installed Zeppelin like so: wget -P /tmp/ http://www-us.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz mkdir zeppelin tar -xvzf /tmp/zeppelin-0.6.2-bin-all.tgz -C zeppelin --strip-components=1