yihua commented on PR #8029: URL: https://github.com/apache/hudi/pull/8029#issuecomment-1765536251
> > > Another question, what if some one just use hudi-common-*.jar? > > > > > > This is a good question, unfortunately we have no good way to solve it unless we publish our own shaded Hbase jars, i.e all the hudi modules depends on the separately published shaded Hbase jars. > > This file (hbase-site.xml) specified 'zookeeper.znode.parent' to '/hbase', some hive query from external hbase table will not available when use another 'zookeeper.znode.parent' config > > if we not open the config 'metadata.enabled', can we delete this xml file from hudi-hadoop-mr-bundle.jar ? Yes, `hbase-site.xml` is only used for the bootstrap data table and metadata table. You may delete this xml when explicitly disabling the metadata table. -- 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]
