@@ -158,7 +158,7 @@ possible configurations would overwhelm and obscure the important.
158158 <property >
159159 <name >hbase.master.logcleaner.plugins</name >
160160 <value >
161- org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
161+ 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
162162 </value >
163163 <description >A comma-separated list of BaseLogCleanerDelegate invoked by
164164 the LogsCleaner service. These WAL cleaners are called in order,
@@ -178,7 +178,7 @@ possible configurations would overwhelm and obscure the important.
178178 <property >
179179 <name >hbase.master.hfilecleaner.plugins</name >
180180 <value >
181- org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
181+ org.apache.hudi.org.apache. hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner,org.apache.hudi. org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
182182 </value >
183183 <description >A comma-separated list of BaseHFileCleanerDelegate invoked by
184184 the HFileCleaner service. These HFiles cleaners are called in order,
@@ -328,12 +328,12 @@ possible configurations would overwhelm and obscure the important.
328328 </property >
329329 <property >
330330 <name >hbase.regionserver.hlog.reader.impl</name >
331- <value >org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader</value >
331+ <value >org.apache.hudi.org.apache. hadoop.hbase.regionserver.wal.ProtobufLogReader</value >
332332 <description >The WAL file reader implementation.</description >
333333 </property >
334334 <property >
335335 <name >hbase.regionserver.hlog.writer.impl</name >
336- <value >org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter</value >
336+ <value >org.apache.hudi.org.apache. hadoop.hbase.regionserver.wal.ProtobufLogWriter</value >
337337 <description >The WAL file writer implementation.</description >
338338 </property >
339339 <property >
@@ -393,7 +393,7 @@ possible configurations would overwhelm and obscure the important.
393393 </property >
394394 <property >
395395 <name >hbase.regionserver.region.split.policy</name >
396- <value >org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy</value >
396+ <value >org.apache.hudi.org.apache. hadoop.hbase.regionserver.SteppingSplitPolicy</value >
397397 <description >
398398 A split policy determines when a region should be split. The various
399399 other split policies that are available currently are BusyRegionSplitPolicy,
@@ -1369,7 +1369,7 @@ possible configurations would overwhelm and obscure the important.
13691369 <name >hbase.coprocessor.master.classes</name >
13701370 <value ></value >
13711371 <description >A comma-separated list of
1372- org.apache.hadoop.hbase.coprocessor.MasterObserver coprocessors that are
1372+ org.apache.hudi.org.apache. hadoop.hbase.coprocessor.MasterObserver coprocessors that are
13731373 loaded by default on the active HMaster process. For any implemented
13741374 coprocessor methods, the listed classes will be called in order. After
13751375 implementing your own MasterObserver, just put it in HBase's classpath
@@ -1694,7 +1694,7 @@ possible configurations would overwhelm and obscure the important.
16941694 </property >
16951695 <property >
16961696 <name >hbase.status.publisher.class</name >
1697- <value >org.apache.hadoop.hbase.master.ClusterStatusPublisher$MulticastPublisher</value >
1697+ <value >org.apache.hudi.org.apache. hadoop.hbase.master.ClusterStatusPublisher$MulticastPublisher</value >
16981698 <description >
16991699 Implementation of the status publication with a multicast message.
17001700 </description >
@@ -1735,14 +1735,14 @@ possible configurations would overwhelm and obscure the important.
17351735 </property >
17361736 <property >
17371737 <name >hbase.rest.filter.classes</name >
1738- <value >org.apache.hadoop.hbase.rest.filter.GzipFilter</value >
1738+ <value >org.apache.hudi.org.apache. hadoop.hbase.rest.filter.GzipFilter</value >
17391739 <description >
17401740 Servlet filters for REST service.
17411741 </description >
17421742 </property >
17431743 <property >
17441744 <name >hbase.master.loadbalancer.class</name >
1745- <value >org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer</value >
1745+ <value >org.apache.hudi.org.apache. hadoop.hbase.master.balancer.StochasticLoadBalancer</value >
17461746 <description >
17471747 Class used to execute the regions balancing when the period occurs.
17481748 See the class comment for more on how it works
@@ -1760,7 +1760,7 @@ possible configurations would overwhelm and obscure the important.
17601760 </property >
17611761 <property >
17621762 <name >hbase.master.normalizer.class</name >
1763- <value >org.apache.hadoop.hbase.master.normalizer.SimpleRegionNormalizer</value >
1763+ <value >org.apache.hudi.org.apache. hadoop.hbase.master.normalizer.SimpleRegionNormalizer</value >
17641764 <description >
17651765 Class used to execute the region normalization when the period occurs.
17661766 See the class comment for more on how it works
@@ -1812,7 +1812,7 @@ possible configurations would overwhelm and obscure the important.
18121812 <name >hbase.procedure.regionserver.classes</name >
18131813 <value ></value >
18141814 <description >A comma-separated list of
1815- org.apache.hadoop.hbase.procedure.RegionServerProcedureManager procedure managers that are
1815+ org.apache.hudi.org.apache. hadoop.hbase.procedure.RegionServerProcedureManager procedure managers that are
18161816 loaded by default on the active HRegionServer process. The lifecycle methods (init/start/stop)
18171817 will be called by the active HRegionServer process to perform the specific globally barriered
18181818 procedure. After implementing your own RegionServerProcedureManager, just put it in
@@ -1823,7 +1823,7 @@ possible configurations would overwhelm and obscure the important.
18231823 <name >hbase.procedure.master.classes</name >
18241824 <value ></value >
18251825 <description >A comma-separated list of
1826- org.apache.hadoop.hbase.procedure.MasterProcedureManager procedure managers that are
1826+ org.apache.hudi.org.apache. hadoop.hbase.procedure.MasterProcedureManager procedure managers that are
18271827 loaded by default on the active HMaster process. A procedure is identified by its signature and
18281828 users can use the signature and an instant name to trigger an execution of a globally barriered
18291829 procedure. After implementing your own MasterProcedureManager, just put it in HBase's classpath
@@ -1832,7 +1832,7 @@ possible configurations would overwhelm and obscure the important.
18321832 </property >
18331833 <property >
18341834 <name >hbase.coordinated.state.manager.class</name >
1835- <value >org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager</value >
1835+ <value >org.apache.hudi.org.apache. hadoop.hbase.coordination.ZkCoordinatedStateManager</value >
18361836 <description >Fully qualified name of class implementing coordinated state manager.</description >
18371837 </property >
18381838 <property >
@@ -1862,10 +1862,10 @@ possible configurations would overwhelm and obscure the important.
18621862 </property >
18631863 <property >
18641864 <name >hbase.http.filter.initializers</name >
1865- <value >org.apache.hadoop.hbase.http.lib.StaticUserWebFilter</value >
1865+ <value >org.apache.hudi.org.apache. hadoop.hbase.http.lib.StaticUserWebFilter</value >
18661866 <description >
18671867 A comma separated list of class names. Each class in the list must extend
1868- org.apache.hadoop.hbase.http.FilterInitializer. The corresponding Filter will
1868+ org.apache.hudi.org.apache. hadoop.hbase.http.FilterInitializer. The corresponding Filter will
18691869 be initialized. Then, the Filter will be applied to all user facing jsp
18701870 and servlet web pages.
18711871 The ordering of the list defines the ordering of the filters.
@@ -1891,7 +1891,7 @@ possible configurations would overwhelm and obscure the important.
18911891 </property >
18921892 <property >
18931893 <name >hbase.replication.rpc.codec</name >
1894- <value >org.apache.hadoop.hbase.codec.KeyValueCodecWithTags</value >
1894+ <value >org.apache.hudi.org.apache. hadoop.hbase.codec.KeyValueCodecWithTags</value >
18951895 <description >
18961896 The codec that is to be used when replication is enabled so that
18971897 the tags are also replicated. This is used along with HFileV3 which
@@ -2009,7 +2009,7 @@ possible configurations would overwhelm and obscure the important.
20092009 </property >
20102010 <property >
20112011 <name >hbase.mob.compactor.class</name >
2012- <value >org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor</value >
2012+ <value >org.apache.hudi.org.apache. hadoop.hbase.mob.compactions.PartitionedMobCompactor</value >
20132013 <description >
20142014 Implementation of mob compactor, the default one is PartitionedMobCompactor.
20152015 </description >
@@ -2153,15 +2153,15 @@ possible configurations would overwhelm and obscure the important.
21532153 <property >
21542154 <name >hbase.namedqueue.provider.classes</name >
21552155 <value >
2156- org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService,org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService,org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
2156+ org.apache.hudi.org.apache. hadoop.hbase.namequeues.impl.SlowLogQueueService,org.apache.hudi.org.apache. hadoop.hbase.namequeues.impl.BalancerDecisionQueueService,org.apache.hudi. org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
21572157 </value >
21582158 <description >
21592159 Default values for NamedQueueService implementors. This comma separated full class names
21602160 represent all implementors of NamedQueueService that we would like to be invoked by
21612161 LogEvent handler service. One example of NamedQueue service is SlowLogQueueService which
21622162 is used to store slow/large RPC logs in ringbuffer at each RegionServer.
21632163 All implementors of NamedQueueService should be found under package:
2164- "org.apache.hadoop.hbase.namequeues.impl"
2164+ "org.apache.hudi.org.apache. hadoop.hbase.namequeues.impl"
21652165 </description >
21662166 </property >
21672167 <property >
0 commit comments