diff --git a/hudi-common/src/main/resources/hbase-site.xml b/hudi-common/src/main/resources/hbase-site.xml index ad680e6b8999..3722cae18ee5 100644 --- a/hudi-common/src/main/resources/hbase-site.xml +++ b/hudi-common/src/main/resources/hbase-site.xml @@ -37,6 +37,13 @@ HBaseConfiguration::addHbaseResources(). To get around this issue, since HBase loads "hbase-site.xml" after "hbase-default.xml", we provide hbase-site.xml from the bundle so that HBaseConfiguration can pick it up and ensure the right defaults. + +The HBase version check is skipped (setting "hbase.defaults.for.version.skip" +to true instead of false as default) to avoid any inconvenience caused +by the RuntimeException due to version mismatch if multiple versions +of HBase library are present in the class path. In such a case, the +user needs to make sure there is no config conflict between different +versions. -->