1

我正在尝试使用 JDBC 从 Pentaho Kettle 连接到 Redshift

我已经从http://docs.aws.amazon.com/redshift/latest/mgmt/下载了 JDBC41 jar( https://s3.amazonaws.com/redshift-downloads/drivers/RedshiftJDBC41-1.1.10.1010.jar配置-jdbc-connection.html

并将其放入kettle/lib中,正确设置连接字符串,以便连接的静态检查通过显示

Connection to database [redshift_xx] is OK.
Custom URL : jdbc:redshift://redshift-xx:5439/dbname
Custom Driver Class:com.amazon.redshift.jdbc41.Driver

但出现运行时错误

com.amazon.redshift.client.PGClient.directExecute(Ljava/lang/String;ILcom/amazon/support/IWarningListener;)Ljava/util/List;

与 jdbc4 相同

4

0 回答 0