How to install Apache Zeppelin on an existing standalone Apache Spark cluster

I have an existing standalone Apache Spark cluster (version 1.3) on AWS and I would like to install Apache Zeppelin.

I have a very simple question: do I need to install Zeppelin on Master Spark?

If so, can I use this guide https://github.com/apache/incubator-zeppelin#build ?

thanks everyone

+6
source share
1 answer

You can install Zeppelin on Spark Master or on any other computer that has access to the cluster. All you have to do is specify the MASTER URL in zeppelin-env.sh or you can edit the interpreter properties on Zeppelin Webapp.

+14
source

Source: https://habr.com/ru/post/986744/


All Articles