aws emr zeppelin没有jdbc解释器

问题描述 投票:0回答:1

我用hadoop,spark和zeppelin创建了一个aws emr集群。继文件https://zeppelin.apache.org/docs/0.8.0/interpreter/jdbc.html之后说

使用您想要用作别名的任何内容填充解释器名称字段(例如,mysql,mysql2,hive,redshift等等)。请注意,此别名将用作%interpreter_name来调用段落中的解释器。然后选择jdbc作为Interpreter组。

jdbc选项没有显示:enter image description here

emr zeppelin版本是我检查过的/usr/lib/zeppelin/zeppelin-web-0.8.0.war

我该怎么办 ?

amazon-web-services amazon-emr apache-zeppelin
1个回答
1
投票

这个答案在AWS thread得到了解决。

TLDR;只需运行以下行并重新启动Zeppelin:

sudo /usr/lib/zeppelin/bin/install-interpreter.sh -n jdbc

然后重启Zeppelin:

sudo stop zeppelin
sudo start zeppelin
© www.soinside.com 2019 - 2024. All rights reserved.