PistolPete
PistolPete

Reputation: 147

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

Upvotes: 6

Views: 3676

Answers (1)

None
None

Reputation: 1468

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.

Upvotes: 14

Related Questions