-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add the ability to create / repair Hive tables via a Hive JDBC connection #164
Labels
Comments
yruslan
added a commit
that referenced
this issue
Mar 14, 2023
yruslan
added a commit
that referenced
this issue
Mar 14, 2023
yruslan
added a commit
that referenced
this issue
Mar 14, 2023
yruslan
added a commit
that referenced
this issue
Mar 14, 2023
yruslan
added a commit
that referenced
this issue
Mar 15, 2023
yruslan
added a commit
that referenced
this issue
Mar 17, 2023
yruslan
added a commit
that referenced
this issue
Mar 17, 2023
yruslan
added a commit
that referenced
this issue
Mar 17, 2023
yruslan
added a commit
that referenced
this issue
Mar 17, 2023
yruslan
added a commit
that referenced
this issue
Mar 17, 2023
yruslan
added a commit
that referenced
this issue
Mar 20, 2023
yruslan
added a commit
that referenced
this issue
Mar 20, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
yruslan
added a commit
that referenced
this issue
Mar 22, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
This is relevant for the Standardization sink first of all, but eventually might be also relevant to EnceladusSink, especially the table creation part.
Sometimes the sink outputs data to an external S3 bucket and Hive table creation or repair is needed, but the current Spark context is attached to a different Hive metastore.
Feature
Add the ability to create / repair Hive tables via a Hive JDBC connection.
Proposed Solution
The text was updated successfully, but these errors were encountered: