zeppelin(齐柏林)的配置和使用

查看zeppelin的端口号

[root@localhost ~]#

vi /usr/hdp/share/hst/activity-explorer/conf/zeppelin-site.xml

<property>  

  <name>zeppelin.server.port</name>  

  <value>9060</value>  

  <description>Server port.</description>  

</property>  

端口号为9060,也可自己修改。

hive-site.xml拷贝到zeppelin的配置目录下

[root@localhost ~]# cp  /var/lib/ambari-agent/cache/stacks/HDP/2.6/services/HIVE/configuration/hive-site.xml  /etc/zeppelin/2.6.3.0-235/

[root@localhost ~]# cd /usr/hdp/2.6.3.0-235/zeppelin/bin/

[root@localhost ~]# sh zeppelin-daemon.sh start


网页登陆:http://10.70.23.233:9060/


Login 账号/密码:admin/admin




猜你喜欢

转载自blog.csdn.net/qq_27802435/article/details/81037847