Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

install multiple zeppelin notebook on one cluster 2.4.2

avatar
Expert Contributor

Is it possible to install multiple zeppelin-notebook or zeppelin on one cluster (hdp2.4.2)?

Thanks.

1 ACCEPTED SOLUTION

avatar

@henryon wen You definitely can, i built the apache zeppelin from source code like this:

checkout the zeppelin project:

git clone https://github.com/apache/incubator-zeppelin

and than build, make sure u have mvn installed.

mvn clean package -Pspark-1.X -Dhadoop.version=2.X.0
-Phadoop-2.X -Pyarn -DskipTests

View solution in original post

5 REPLIES 5

avatar
New Member

@henryon wen Yes, you can install zeppelin on different machines.

avatar
Super Collaborator

One requirement is that Spark must be installed and running on every node where you want to install Zeppelin.

avatar

@henryon wen You definitely can, i built the apache zeppelin from source code like this:

checkout the zeppelin project:

git clone https://github.com/apache/incubator-zeppelin

and than build, make sure u have mvn installed.

mvn clean package -Pspark-1.X -Dhadoop.version=2.X.0
-Phadoop-2.X -Pyarn -DskipTests

avatar
Expert Contributor

is it possible to according https://zh.hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/, but apparently, I've installed it. and zeppelin notebook on other node, how can I add another node?

avatar

You cant have another zeppelin notebook service deployed using Ambari. You will be able to have multiple services like Zeppelin in upcoming release, but its not a GA function right now.