如何在现有的Apache Spark独立集群上安装Apache Zeppelin

时间:2021-10-20 13:46:37

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

我在AWS上有一个现有的Apache Spark(1.3版本)独立集群,我想安装Apache Zeppelin。

I have a very simple question, do I have to install Zeppelin on the Spark's master?

我有一个非常简单的问题,我是否必须在Spark的主人身上安装Zeppelin?

If the answer is yes, Could I use that guide https://github.com/apache/incubator-zeppelin#build ?

如果答案是肯定的,我可以使用该指南https://github.com/apache/incubator-zeppelin#build吗?

thank you to everybody

谢谢大家

1 个解决方案

#1


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.

您可以在Spark Master或任何其他可以访问群集的计算机上安装Zeppelin。您需要做的就是在zeppelin-env.sh中指定MASTER URL,或者您可以在Zeppelin Webapp上编辑解释器属性。

#1


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.

您可以在Spark Master或任何其他可以访问群集的计算机上安装Zeppelin。您需要做的就是在zeppelin-env.sh中指定MASTER URL,或者您可以在Zeppelin Webapp上编辑解释器属性。