Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

install multiple zeppelin notebook on one cluster 2.4.2

avatar
Rising Star

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
Explorer

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

avatar
Expert Contributor

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
Rising Star

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.

Labels