Skip to content
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

Generic JDBC connector for any back-end data source that's currently not supported by presto #3204

Closed
RugratsJ opened this issue Mar 23, 2020 · 4 comments

Comments

@RugratsJ
Copy link

Is it possible to create a generic JDBC connector for any back-end data source that's currently not supported by Presto? For example, for netezza, Oracle, etc, we could drop the Netezza/Oracle jar file to the generic-jdbc catalog folder after the installation.

@ebyhr
Copy link
Member

ebyhr commented Mar 23, 2020

@RugratsJ Going to close this issue because it's a duplicate of #2910. You may want to try Starburst Presto https://docs.starburstdata.com/latest/connector/generic-jdbc.html if you are rush.

Oracle connector is ongoing in this PR #1959.

@ebyhr ebyhr closed this as completed Mar 23, 2020
@RugratsJ
Copy link
Author

Thank you very much ebyhr for your quick response. I have integrated the presto-oracle into my 331 version from PR #1959. So far so good. Amazing community. From my reading, the parallel read for JDBC connector could only be done at the individual connector level. Do we have to put in request to get the parallel read done for each connector, for example, postgresql, Oracle, etc.

@ebyhr
Copy link
Member

ebyhr commented Mar 23, 2020

Do we have to put in request to get the parallel read done for each connector, for example, postgresql, Oracle, etc.

You don't need to request for each JDBC connector. Please follow the #389 you already commented.

@tooptoop4
Copy link
Contributor

@RugratsJ try #3105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants