Apache Zeppelin(1)Build and Installation

ApacheZeppelin(1)BuildandInstallation

1.BuildandInstallation

gitclonethecodeandbuildthebinary

>gitclonehttps://github.com/apache/incubator-zeppelin.git

>mvninstall-DskipTests-Dspark.version=1.3.1-Dhadoop.version=2.6.0

Or

>mvncleanpackage-Pspark-1.3-Phadoop-2.4-Pyarn-DskipTests

Or

>mvncleanpackage-Pspark-1.3-Phadoop-2.4-DskipTests

Placethatintheworkingdirectory.

StarttheServer

>bin/zeppelin-daemon.shstart

Visitthewebconsolepageformoreinformation

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

相关推荐