Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

no $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_standalone file

I was looking at zeppelin documentation for starting local spark it says:

cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_standalone

However at $ZEPPELIN_HOME I have no scripts folder:

$ ls -l ~/dev/zeppelin-0.7.3-bin-all/
LICENSE                 README.md               conf/                   lib/                    local-repo/             notebook/               webapps/                
NOTICE                  bin/                    interpreter/            licenses/               logs/                   run/                    zeppelin-web-0.7.3.war  

where is the scripts directory mentioned above?

like image 666
Jas Avatar asked Dec 16 '17 18:12

Jas


1 Answers

It will probably depend on how and from where you have installed Apache Zeppelin. At least the scripts are part of the source code repository and you can find them at Github.

like image 72
U880D Avatar answered Oct 06 '22 13:10

U880D