Pentaho Kettle から JDBC で Redshift に接続しようとしています
http://docs.aws.amazon.com/redshift/latest/mgmt/からJDBC41 jar ( https://s3.amazonaws.com/redshift-downloads/drivers/RedshiftJDBC41-1.1.10.1010.jar )をダウンロードしました。 configure-jdbc-connection.html
それをケトル/ライブラリに入れ、接続文字列を正しく設定して、接続の静的チェックに合格したことを示します
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と同じ