I have an existing Apache Spark (1.3 version) standalone cluster on AWS and I would like to install Apache Zeppelin.
I have a very simple question, do I have to install Zeppelin on the Spark's master?
If the answer is yes, Could I use that guide https://github.com/apache/incubator-zeppelin#build ?
thank you to everybody
Spark's standalone mode offers a web-based user interface to monitor the cluster. The master and each worker has its own web UI that shows cluster and job statistics. By default, you can access the web UI for the master at port 8080. The port can be changed either in the configuration file or via command-line options.
You can install Zeppelin on Spark Master or any other machine which has access to the cluster. All you need to do is to specify the MASTER URL in zeppelin-env.sh or you can edit the interpreter properties on the Zeppelin Webapp.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With