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

Allow expoisng hive tables from metastore #189

Merged
merged 9 commits into from
Apr 17, 2023

Conversation

yruslan
Copy link
Collaborator

@yruslan yruslan commented Apr 14, 2023

Closes #90, #187 , #188

This PR includes the following:

  • Allow exposing of metastore tables vis Hive as simply as adding hive table name to the metastore table definition.
  • 'user' and 'password' options are made optional for JDBC connections since they are not needed for paswordless auth
  • Add the ability to specify connection timeouts to JDBC connections
  • Add (restore from SyncWatcher) table locking mechanism to ensure only one task instance is running across clusters.

@yruslan yruslan marked this pull request as ready for review April 14, 2023 07:55
@yruslan yruslan requested a review from jirifilip as a code owner April 14, 2023 07:55
Copy link
Collaborator

@jirifilip jirifilip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@yruslan yruslan merged commit f6075a4 into main Apr 17, 2023
@yruslan yruslan deleted the feature/90-allow-expoisng-hive-tables-from-metastore branch April 17, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Hive support for tables in the metastore
2 participants