diff --git a/hudi-common/src/main/resources/hbase-site.xml b/hudi-common/src/main/resources/hbase-site.xml index 67853ae3ec982..fc9db4c6c531b 100644 --- a/hudi-common/src/main/resources/hbase-site.xml +++ b/hudi-common/src/main/resources/hbase-site.xml @@ -158,7 +158,7 @@ possible configurations would overwhelm and obscure the important. hbase.master.logcleaner.plugins - 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 A comma-separated list of BaseLogCleanerDelegate invoked by the LogsCleaner service. These WAL cleaners are called in order, @@ -178,7 +178,7 @@ possible configurations would overwhelm and obscure the important. hbase.master.hfilecleaner.plugins - org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner,org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner + org.apache.hudi.org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner,org.apache.hudi.org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner A comma-separated list of BaseHFileCleanerDelegate invoked by the HFileCleaner service. These HFiles cleaners are called in order, @@ -328,12 +328,12 @@ possible configurations would overwhelm and obscure the important. hbase.regionserver.hlog.reader.impl - org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader + org.apache.hudi.org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader The WAL file reader implementation. hbase.regionserver.hlog.writer.impl - org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter + org.apache.hudi.org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter The WAL file writer implementation. @@ -393,7 +393,7 @@ possible configurations would overwhelm and obscure the important. hbase.regionserver.region.split.policy - org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy + org.apache.hudi.org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy A split policy determines when a region should be split. The various other split policies that are available currently are BusyRegionSplitPolicy, @@ -1369,7 +1369,7 @@ possible configurations would overwhelm and obscure the important. hbase.coprocessor.master.classes A comma-separated list of - org.apache.hadoop.hbase.coprocessor.MasterObserver coprocessors that are + org.apache.hudi.org.apache.hadoop.hbase.coprocessor.MasterObserver coprocessors that are loaded by default on the active HMaster process. For any implemented coprocessor methods, the listed classes will be called in order. After implementing your own MasterObserver, just put it in HBase's classpath @@ -1694,7 +1694,7 @@ possible configurations would overwhelm and obscure the important. hbase.status.publisher.class - org.apache.hadoop.hbase.master.ClusterStatusPublisher$MulticastPublisher + org.apache.hudi.org.apache.hadoop.hbase.master.ClusterStatusPublisher$MulticastPublisher Implementation of the status publication with a multicast message. @@ -1735,14 +1735,14 @@ possible configurations would overwhelm and obscure the important. hbase.rest.filter.classes - org.apache.hadoop.hbase.rest.filter.GzipFilter + org.apache.hudi.org.apache.hadoop.hbase.rest.filter.GzipFilter Servlet filters for REST service. hbase.master.loadbalancer.class - org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer + org.apache.hudi.org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer Class used to execute the regions balancing when the period occurs. See the class comment for more on how it works @@ -1760,7 +1760,7 @@ possible configurations would overwhelm and obscure the important. hbase.master.normalizer.class - org.apache.hadoop.hbase.master.normalizer.SimpleRegionNormalizer + org.apache.hudi.org.apache.hadoop.hbase.master.normalizer.SimpleRegionNormalizer Class used to execute the region normalization when the period occurs. See the class comment for more on how it works @@ -1812,7 +1812,7 @@ possible configurations would overwhelm and obscure the important. hbase.procedure.regionserver.classes A comma-separated list of - org.apache.hadoop.hbase.procedure.RegionServerProcedureManager procedure managers that are + org.apache.hudi.org.apache.hadoop.hbase.procedure.RegionServerProcedureManager procedure managers that are loaded by default on the active HRegionServer process. The lifecycle methods (init/start/stop) will be called by the active HRegionServer process to perform the specific globally barriered procedure. After implementing your own RegionServerProcedureManager, just put it in @@ -1823,7 +1823,7 @@ possible configurations would overwhelm and obscure the important. hbase.procedure.master.classes A comma-separated list of - org.apache.hadoop.hbase.procedure.MasterProcedureManager procedure managers that are + org.apache.hudi.org.apache.hadoop.hbase.procedure.MasterProcedureManager procedure managers that are loaded by default on the active HMaster process. A procedure is identified by its signature and users can use the signature and an instant name to trigger an execution of a globally barriered 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. hbase.coordinated.state.manager.class - org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager + org.apache.hudi.org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager Fully qualified name of class implementing coordinated state manager. @@ -1862,10 +1862,10 @@ possible configurations would overwhelm and obscure the important. hbase.http.filter.initializers - org.apache.hadoop.hbase.http.lib.StaticUserWebFilter + org.apache.hudi.org.apache.hadoop.hbase.http.lib.StaticUserWebFilter A comma separated list of class names. Each class in the list must extend - org.apache.hadoop.hbase.http.FilterInitializer. The corresponding Filter will + org.apache.hudi.org.apache.hadoop.hbase.http.FilterInitializer. The corresponding Filter will be initialized. Then, the Filter will be applied to all user facing jsp and servlet web pages. The ordering of the list defines the ordering of the filters. @@ -1891,7 +1891,7 @@ possible configurations would overwhelm and obscure the important. hbase.replication.rpc.codec - org.apache.hadoop.hbase.codec.KeyValueCodecWithTags + org.apache.hudi.org.apache.hadoop.hbase.codec.KeyValueCodecWithTags The codec that is to be used when replication is enabled so that the tags are also replicated. This is used along with HFileV3 which @@ -2009,7 +2009,7 @@ possible configurations would overwhelm and obscure the important. hbase.mob.compactor.class - org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor + org.apache.hudi.org.apache.hadoop.hbase.mob.compactions.PartitionedMobCompactor Implementation of mob compactor, the default one is PartitionedMobCompactor. @@ -2153,7 +2153,7 @@ possible configurations would overwhelm and obscure the important. hbase.namedqueue.provider.classes - org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService,org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService,org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService + 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 Default values for NamedQueueService implementors. This comma separated full class names @@ -2161,7 +2161,7 @@ possible configurations would overwhelm and obscure the important. LogEvent handler service. One example of NamedQueue service is SlowLogQueueService which is used to store slow/large RPC logs in ringbuffer at each RegionServer. All implementors of NamedQueueService should be found under package: - "org.apache.hadoop.hbase.namequeues.impl" + "org.apache.hudi.org.apache.hadoop.hbase.namequeues.impl"