Re: ZeppelinContext not found when SPARK_HOME is set.

2016-04-27 Thread Ydalia Delgado
Hi, Using --jars instead of --driver-class-path solved my problem. Thanks! On Mon, Apr 25, 2016 at 8:42 PM, Hyung Sung Shim wrote: > Hello. > > If you want to use external library, use '--jars' option not ' > --driver-class-path' in the SPARK_SUBMIT_OPTIONS. > > Thanks. > > 2016-04-26 9:24 GM

Re: ZeppelinContext not found when SPARK_HOME is set.

2016-04-25 Thread Hyung Sung Shim
Hello. If you want to use external library, use '--jars' option not ' --driver-class-path' in the SPARK_SUBMIT_OPTIONS. Thanks. 2016-04-26 9:24 GMT+09:00 Ydalia Delgado : > Hi, > > I have set in conf/zeppelin-env.sh > > export SPARK_HOME="/home/username/libs/spark-1.6.1-bin-hadoop2.6/" > expor

Re: ZeppelinContext not found when SPARK_HOME is set.

2016-04-25 Thread moon soo Lee
Hi, Are you able to access 'sc' or 'sqlContext'? And do you see any special error in the log files? While all they're created in similar way [1], i guess if one available, the others available, too. vise versa. Thanks, moon [1] https://github.com/apache/incubator-zeppelin/blob/master/spark/src/m