Created 08-01-2016 03:32 PM
Is it possible to install multiple zeppelin-notebook or zeppelin on one cluster (hdp2.4.2)?
Thanks.
Created 08-01-2016 07:42 PM
@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
Created 08-01-2016 06:12 PM
@henryon wen Yes, you can install zeppelin on different machines.
Created 08-01-2016 06:51 PM
One requirement is that Spark must be installed and running on every node where you want to install Zeppelin.
Created 08-01-2016 07:42 PM
@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
Created 08-02-2016 10:48 AM
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?
Created 08-02-2016 04:18 PM
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.