Zeppelin添加mysql解释器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zeppelin添加mysql解释器相关的知识,希望对你有一定的参考价值。
安装Apache zeppelin
1 wget http://apache.fayea.com/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz
1 tar -xzvf zeppelin-0.6.2-bin-all.tgz
配置Mysql interpreter
1.在zeppelin目录下的interpreter下放入mysql的解释器。
密码:s8ec
2.修改配置文件
1 [[email protected] conf]# cp zeppelin-site.xml.template zeppelin-site.xml
1 vi zeppelin-site.xml
zeppelin.interpreters属性中添加:
org.apache.zeppelin.mysql.MysqlInterpreter
启动zeppelin
1 bin/zeppelin-daemon.sh start
浏览器访问http://192.168.0.220:8080
右上角 ——》interpreter
JDBC解释器连接mysql
默认连接的是postgresql,修改为mysql的jdbc连接就OK!
以上是关于Zeppelin添加mysql解释器的主要内容,如果未能解决你的问题,请参考以下文章
如何通过编辑 conf/interpreter.json 文件向 Zeppelin 添加新的 jdbc 解释器?