yihua opened a new pull request, #5750:
URL: https://github.com/apache/hudi/pull/5750
## What is the purpose of the pull request
This PR addresses the `ClassNotFoundException` for HBase classes from
`hbase-protocol` (which are not included in the bundles), reported by #5496.
## Brief change log
- Add the entry of `org.apache.hbase:hbase-protocol` as an `include` rule
for shading in the bundles
## Verify this pull request
After this change, by running the following command to check the shaded
classes, the proto classes are found:
```
> jar tf
packaging/hudi-spark-bundle/target/hudi-spark3.2-bundle_2.12-0.12.0-SNAPSHOT.jar
| grep org/apache/hudi/org/apache/hadoop/hbase/protobuf
...
org/apache/hudi/org/apache/hadoop/hbase/protobuf/generated/AuthenticationProtos$TokenIdentifier.class
...
```
## 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]