-
Notifications
You must be signed in to change notification settings - Fork 348
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
java.lang.IllegalArgumentException: Unsupported JDBC protocol: 'postgresql' #126
Comments
This is both a bug and documentation issue introduced by https://github.com/databricks/spark-redshift/pull/90/files#diff-69806564231efb590460b162532ba683R44, which expects the JDBC subprotocol to be As a user, there are two ways that you can work around this:
Since this behavior is confusing, I should probably fix it and add regression tests, even though Postgres driver support is a lower-priority feature. I'll look into writing a patch for this when I have some time. When I do patch this, I'll make sure that the non-standard |
thank you so much josh :) On Wed, Nov 18, 2015 at 8:54 PM, Josh Rosen [email protected]
Regards: HAFIZ MUJADID |
Digging into this in a little bit more detail, it looks like there's no need to have a backwards-compatibility branch for the incorrect |
How to use postgresql jdbc driver with spark-redshift?
following code give me exception
java.lang.IllegalArgumentException: Unsupported JDBC protocol: 'postgresql'
Full stacktrace is as follow
The text was updated successfully, but these errors were encountered: