Hi
I have a Cloudera Express cluster consisting of 1 management node, 1 master and
6 worker nodes. The instruction seems to assume Zeppelin must be in the same
node with Hadoop and Spark as the below environment variables pointing to local
directories:
# ./conf/zeppelin-env.sh
export SPARK_HOME=...
export HADOOP_HOME=...
I installed Zeppelin inside the master node and it works. BUT I need
flexibility of where to put Zeppelin because I may have Hive directory in
separate node from Spark directory.
What is your recommendation?