【问题标题】:Redshift Driver for JasperSoft Studio Community EditionJasperSoft Studio 社区版的 Redshift 驱动程序
【发布时间】:2016-02-02 20:52:35
【问题描述】:
我有以下关于 JasperSoft Studio 社区版的问题。
- 如何在 JasperSoft Studio 社区版中添加/安装 AWS Redshift 驱动程序。
- 是否可以在 JasperSoft Studio 社区版中使用 AWS 为 Redshift 提供的驱动程序。 (添加为外部 JAR,然后用于连接到集群)。
【问题讨论】:
标签:
jasper-reports
jaspersoft-studio
【解决方案1】:
我已使用 JasperSoft Studio Community Edition 成功连接到我的 Redshift 集群。我做了以下方法。
- JDBC 驱动程序:com.amazon.redshift.jdbc41.Driver.
-
JDBC URL:jdbc:redshift://XXXXXXXXXXXXXXXXXXXXXXXXXX:5439/db_name。
注意:我使用了在 SQL Workbench/J 中使用的 URL。
用户名:XXXX
- 密码:XXXXX
驱动程序设置:在驱动程序路径对话框中提供 Redshift 驱动程序 jar 文件的位置。
您可以从以下位置下载 jar 文件:
https://s3.amazonaws.com/redshift-downloads/drivers/RedshiftJDBC41-1.1.10.1010.jar
完成上述所有步骤后,我可以连接到我的 Redshift 集群。
谢谢。