码迷,mamicode.com
首页 > 系统相关 > 详细

Zeppelin- Linux下安装Zeppelin

时间:2017-09-02 17:58:54      阅读:375      评论:0      收藏:0      [点我收藏+]

标签:mon   分享   ges   start   ati   images   rip   http   file   

前期部署:

下载,解压,配置PATH环境(编辑/etc/profile文件,记得source一下该文件)

技术分享

zepplin配置参考文档:https://zeppelin.apache.org/docs/0.7.2/install/configuration.html

技术分享

往conf/zeppelin-env.sh文件中添加端口号

往底部添加
export ZEPPLELIN_PORT=8090

修改配置文件conf/zeppelin-site.xml中端口号

<property>
  <name>zeppelin.server.port</name>
  <value>8090</value> //将8080改为8090,避免与spark的端口冲突
  <description>Server port.</description>
</property>

 

启动Zeppelin, bin/zeppelin-daemon.sh start ,然后到浏览器上输入:192.168.1.88.8090

技术分享

 

Zeppelin- Linux下安装Zeppelin

标签:mon   分享   ges   start   ati   images   rip   http   file   

原文地址:http://www.cnblogs.com/RzCong/p/7467159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!