Apache Zeppelin(1)Build and Installation

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

猜你喜欢

转载自sillycat.iteye.com/blog/2216604