Uh oh!
There was an error while loading. Please reload this page.
Add hoodie-hive module to support hive registration of hoodie datasets - #4
Merged
Conversation
| } | ||
| String changePartition = | ||
| alterTable + " PARTITION (" + partBuilder.toString() + ") SET LOCATION '" | ||
| + "hdfs://nameservice1" + partition.getPartitionPath() + "'"; |
vinothchandar
approved these changes
Dec 20, 2016
jianxu added a commit
to jianxu/hoodie
that referenced
this pull request
Jan 31, 2018
vinothchandar pushed a commit
that referenced
this pull request
Feb 2, 2018
5 tasks
zhuguangbin pushed a commit
to zhuguangbin/hudi
that referenced
this pull request
Nov 26, 2021
…multipartidentifier' into '0.10-qihoo' Resolve "fix hudi logical rule throw exception when encounter multipartIdentifier" Closesapache#4 See merge request big-data/hudi!5
vinishjail97 pushed a commit
to vinishjail97/hudi
that referenced
this pull request
Dec 15, 2023
* Add support for multi tenant metrics * Add additional metrics for multi table deltastreamer Co-authored-by: Rajesh Mahindra <rmahindra@gmail.com>
4 tasks
This was referenced Jun 24, 2026
This was referenced Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also added copyright to hoodie-hadoop-mr module.
This fixes#2