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

Remove hiveJdbcDriver configuration property and unify driver loading #713

Closed
bashir2 opened this issue May 25, 2023 · 0 comments · Fixed by #811
Closed

Remove hiveJdbcDriver configuration property and unify driver loading #713

bashir2 opened this issue May 25, 2023 · 0 comments · Fixed by #811
Assignees
Labels
enhancement New feature or request P2:should An issue to be addressed in a quarter or so.

Comments

@bashir2
Copy link
Collaborator

bashir2 commented May 25, 2023

We moved the driver class into the DB config.json file in this PR #679 but we still have the hiveJdbcDriver in DataProperties class here which should be removed.

We also have to unify how we use JDBC drivers. For hive2 we use DriverManager here which automatically finds the driver class from the JDBC URL. But in JdbcConnectionPools we explicitly set the driver here.

@bashir2 bashir2 added enhancement New feature or request P2:should An issue to be addressed in a quarter or so. labels May 25, 2023
@bashir2 bashir2 self-assigned this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2:should An issue to be addressed in a quarter or so.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant