使用Zeppelin

时间:2017-04-03 08:25:13

标签: amazon-redshift apache-zeppelin

问题:

  1. 无法使用Zeppelin连接到Redshift。当我尝试连接时,我收到以下错误:
  2.   

    java.sql.SQLException:找不到合适的jdbc驱动程序:redshiftl://redshift_db_address.redshift.amazonaws.com:5439 / db_name

    背景:

    1. 我正在使用dylanmei / zeppelin码头图像。

    2. 我根据此处的说明创建了Redshift解释器:https://zeppelin.apache.org/docs/0.7.0/interpreter/jdbc.html#redshift

    3. 我下载了这个JDBC驱动程序:https://s3.amazonaws.com/redshift-downloads/drivers/RedshiftJDBC42-1.2.1.1001.jar - > installed to /usr/zeppelin/interpreter/jdbc/RedshiftJDBC42-1.2.1.1001.jar

    4. 将工件路径设置为:com.amazonaws:aws-java-sdk-redshift:1.11.51

    5. 将driver.default设置为:com.amazon.redshift.jdbc42.Driver

0 个答案:

没有答案