I set master as yarn-client in spark interpreter UI and that worked for me On Sat, Apr 25, 2015 at 4:11 AM Sambit Tripathy (RBEI/EDS1) < [email protected]> wrote:
> 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. > >
