yihua commented on code in PR #8029:
URL: https://github.com/apache/hudi/pull/8029#discussion_r1144112156


##########
hudi-common/src/main/resources/hbase-site.xml:
##########
@@ -158,7 +158,7 @@ possible configurations would overwhelm and obscure the 
important.
   <property>
     <name>hbase.master.logcleaner.plugins</name>
     <value>
-      
org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
+      
org.apache.hudi.org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner,org.apache.hudi.org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner,org.apache.hudi.org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner

Review Comment:
   Unfortunately we cannot exclude the `hbase-site.xml`, which is added 
explicitly for the metadata table to work properly with HFile (see the 
description of #5004). 



-- 
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]

Reply via email to