将 R 连接到 Redshift 时出错

Posted

技术标签:

【中文标题】将 R 连接到 Redshift 时出错【英文标题】:Error in connecting R to Redshift 【发布时间】:2017-06-16 15:48:16 【问题描述】:

我正在尝试通过JDBCRStudio 连接到Amazon Redshift,这就是我尝试运行的:

driver <- JDBC("com.amazon.redshift.jdbc42.Driver", "~/Downloads/RedshiftJDBC42-1.2.1.1001.jar", identifier.quote="`")
# url <- "<JDBCURL>:<PORT>/<DBNAME>?user=<USER>&password=<PW>
url <- "jdbc:redshift://<cluster-name>.<xxxxxx>.us-east-1.redshift.amazonaws.com:5439/<dbname>?user=<username>&password=<password>"

conn <- dbConnect(driver, url)

执行dbConnect()时,出现以下错误:

Error in .jcall(drv@jdrv, "Ljava/sql/Connection;", "connect", as.character(url)[1],  : 
  java.sql.SQLException: [Amazon](500150) Error setting/closing connection: Operation timed out.

知道是什么原因造成的以及如何解决它吗?

【问题讨论】:

【参考方案1】:

更新:通过安全组访问时出现问题。如果您遇到类似问题,请检查您的安全组的入站规则,并确保它们允许通过您的 IP 访问 Redshift。

【讨论】:

以上是关于将 R 连接到 Redshift 时出错的主要内容,如果未能解决你的问题,请参考以下文章

使用 RPostgreSQL 和 dplyr 将 R 连接到 Redshift 的理论是啥

SQL workbench连接到Redshift时出错

Pentaho DI 无法连接到 AWS Redshift - Amazon 错误 100021

连接到 Redshift 集群时出错 - Npgsql.PostgresException: 28000: no pg_hba.conf entry for host

如何使用 dplyr 和 RPostgreSQL 将 r 连接到 redshift?

尝试使用 RODBC 将 R 连接到 PostgreSQL 时出错