Hi,

I want to use Zeppelin as a Yarn Client but not sure about the configuration. 
Appreciate your pointers and suggestions in this regard.

So far I can run this as application but don't see any interpreters in the 
application. In my case "yarn" is taking care of the spark-submits as master.

This is what usually works for me

spark-submit \
        --properties-file ./spark.conf \
        --master yarn \
        --deploy-mode client \
        --num-executors 40 \

Now I have added this under zeppelin-env.sh
export ZEPPELIN_PORT=9945
export HADOOP_CONF_DIR=/usr/lib/hadoop/etc/Hadoop
export MASTER=yarn

Is there anything that I need to add as well?


-Sambit.

Reply via email to