-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbConnect does not work for R3.4.1 #188
Comments
Thanks. The "default database" requires an installation of PostgreSQL on a local machine, unlikely to work if you don't have one. On the RStudio server, can you connect to the RedShift instance from the terminal via |
No, I was running into this error |
Maybe there's a firewall somewhere between the RStudio server and RedShift? The abnormal termination is troublesome, though, I'll leave the issue open. |
We don't currently support Redshift very well. Closing in favor of #215. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
I was trying to connect R3.4.1 from RStudio server on AWS EMR cluster to Redshift, and R did not respond for a long time and then it was abnormally terminated due to an unexpected crash. The command I used is
and it works for R 3.5.0 on my local machine.
I also tried to connect to the default database by
con <- dbConnect(RPostgres::Postgres())
, and it did not respond either.The text was updated successfully, but these errors were encountered: