Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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
Contributor

@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.