rangareddy commented on issue #15076: URL: https://github.com/apache/hudi/issues/15076#issuecomment-5068053864
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This has effectively been resolved, and more comprehensively than originally scoped. Rather than only trimming HBase transitives, Hudi implemented a native HFile reader independent of HBase in PR #10241 ([HUDI-7170], merged 2024-01-18) under hudi-io/src/main/java/org/apache/hudi/io/hfile/, followed by native HFile writer work. On current master HBase is no longer a runtime dependency of the bundles: hudi-common/pom.xml and packaging/hudi-spark-bundle/pom.xml contain no HBase dependencies; the only HBase deps in hudi-io are test-scope, for HFile compatibility testing (hudi-io/pom.xml:207+); and the bundles that still name HBase (e.g. hudi-utilities-bundle) do so only to exclude it from transitive Hive dependencies. Closing as fixed. If you still see unnecessary HBase artifacts in a specific bundle on a recent release, please reopen with the bundle name and the offending artifact. -- 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]
