[ https://issues.apache.org/jira/browse/HBASE-15368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Duo Zhang updated HBASE-15368: ------------------------------ Release Note: Use 'hbase.hstore.compaction.date.tiered.window.factory.class' to specify the window implementation you like for date tiered compaction. Now the only and default implementation is org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory. {code} <property> <name>hbase.hstore.compaction.date.tiered.window.factory.class</name> <value>org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory</value> </property> <property> {code} was: Use 'hbase.hstore.compaction.date.tiered.window.factory.class' to specify the window implementation of compaction window you like. Now the only and default implementation is org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory. {code} <property> <name>hbase.hstore.compaction.date.tiered.window.factory.class</name> <value>org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory</value> </property> <property> {code} > Add pluggable window support > ---------------------------- > > Key: HBASE-15368 > URL: https://issues.apache.org/jira/browse/HBASE-15368 > Project: HBase > Issue Type: Sub-task > Components: Compaction > Affects Versions: 2.0.0, 1.3.0, 0.98.19, 1.4.0 > Reporter: Duo Zhang > Assignee: Duo Zhang > Fix For: 2.0.0, 1.3.0, 0.98.19, 1.4.0 > > Attachments: HBASE-15368-v1.patch, HBASE-15368-v2.patch, > HBASE-15368-v3.patch, HBASE-15368-v4.patch, HBASE-15368-v5.patch, > HBASE-15368.patch > > > Abstract a {{CompactionWindow}} and a {{CompactionWindowFactory}}. Both are > orthogonal to the implementation of DateTieredCompactionPolicy. Users can > implement their own {{CompactionWindow}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)