Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Apache Zeppelin on existing Apache Spark standalone cluster

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

like image 290
PistolPete Avatar asked May 07 '15 13:05

PistolPete


People also ask

What is standalone cluster Spark?

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.


1 Answers

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.

like image 193
None Avatar answered Oct 29 '22 12:10

None