`
sillycat
  • 浏览: 2483173 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

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
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics