Reputation: 147
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
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