Apache Zeppelin(1)Build and Installation
1. Build and Installation
git clone the code and build the binary
> git clone https://github.com/apache/incubator-zeppelin.git
> mvn install -DskipTests -Dspark.version=1.3.1 -Dhadoop.version=2.6.0
Or
>mvn clean package -Pspark-1.3 -Phadoop-2.4 -Pyarn -DskipTests
Or
>mvn clean package -Pspark-1.3 -Phadoop-2.4 -DskipTests
Place that in the working directory.
Start the Server
> bin/zeppelin-daemon.sh start
Visit the web console page for more information
http://localhost:8080/#/
References:
https://zeppelin.incubator.apache.org/docs/install/install.html
http://www.makedatauseful.com/apache-zeppelin-on-osx-ultra-quick-start/
https://github.com/apache/incubator-zeppelin
1. Build and Installation
git clone the code and build the binary
> git clone https://github.com/apache/incubator-zeppelin.git
> mvn install -DskipTests -Dspark.version=1.3.1 -Dhadoop.version=2.6.0
Or
>mvn clean package -Pspark-1.3 -Phadoop-2.4 -Pyarn -DskipTests
Or
>mvn clean package -Pspark-1.3 -Phadoop-2.4 -DskipTests
Place that in the working directory.
Start the Server
> bin/zeppelin-daemon.sh start
Visit the web console page for more information
http://localhost:8080/#/
References:
https://zeppelin.incubator.apache.org/docs/install/install.html
http://www.makedatauseful.com/apache-zeppelin-on-osx-ultra-quick-start/
https://github.com/apache/incubator-zeppelin
本文介绍如何通过Git克隆Apache Zeppelin源代码并使用Maven进行构建安装。提供了两种Maven构建命令示例,并说明了如何启动Zeppelin服务器及访问Web控制台页面。
1万+

被折叠的 条评论
为什么被折叠?



