yihua opened a new pull request, #5257:
URL: https://github.com/apache/hudi/pull/5257
## What is the purpose of the pull request
The Hive sync fails with `ClassNotFoundException` on a Hudi table if
metadata table is enabled on the read path, because `hudi-hive-sync-bundle`
does not package HBase classes which are needed for reading metadata table.
This PR fixes `hudi-hive-sync-bundle` to include HBase dependencies and shading.
## Brief change log
*(for example:)*
- Adds changes related to HBase dependencies and shading to `pom.xml`
of`hudi-hive-sync-bundle`, similar to changes to other bundles in #5004.
## Verify this pull request
This pull request is already covered by existing IT tests.
## Committer checklist
- [ ] Has a corresponding JIRA in PR title & commit
- [ ] Commit message is descriptive of the change
- [ ] CI is green
- [ ] Necessary doc changes done or have another open PR
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]