Hello. It seems like no problem with your configuration.
Please check the below things. - Check connection(port) between zeppelin and spark. - If you set the SPARK_HOME in conf/zeppelin-env.sh, zeppelin use the SPARK_HOME/bin/spark-submit command. So check spark-submit command exist. Let me know your check result and if you still have the problem, tell me the zeppelin version you are using then I will test your problem. Thanks. 2015-11-24 23:57 GMT+09:00 Guillermo Ortiz <konstt2...@gmail.com>: > I config spark.home to > /opt/cloudera/parcels/CDH-5.4.8-1.cdh5.4.8.p0.4/lib/spark > I'm not sure about the configuration of spark.yarn.jar > > I only have this configuration in zeppelin-env.sh > export MASTER=yarn-client > export SPARK_HOME=/opt/cloudera/parcels/CDH-5.4.8-1.cdh5.4.8.p0.4/lib/spark > export HADOOP_CONF_DIR=/etc/hadoop/conf > > > 2015-11-24 15:17 GMT+01:00 Guillermo Ortiz <konstt2...@gmail.com>: > >> I'm trying to install Zeppelin in CDH 5.4.8 and I don't get to connect. >> It starts correctly and I don't see any error in the logs but it has a >> "disconnect" state in the web. >> >> I have tried with export MASTER=yarn-client and local[*] >> I have edited the zeppelin-env.sh adding the export >> HADOOP_CONF_DIR=/etc/hadoop/conf >> >> Spark works fine with the spark-shell. >> >> >