Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0, 0.98.19, 1.4.0, 2.0.0
    • 1.3.0, 0.98.19, 2.0.0
    • Compaction
    • None
    • Reviewed
    • Hide
      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}
      Show
      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}

    Description

      Abstract a CompactionWindow and a CompactionWindowFactory. Both are orthogonal to the implementation of DateTieredCompactionPolicy. Users can implement their own CompactionWindow.

      Attachments

        1. HBASE-15368.patch
          44 kB
          Duo Zhang
        2. HBASE-15368-0.98.patch
          67 kB
          Duo Zhang
        3. HBASE-15368-branch-1.patch
          49 kB
          Duo Zhang
        4. HBASE-15368-v1.patch
          47 kB
          Duo Zhang
        5. HBASE-15368-v2.patch
          43 kB
          Duo Zhang
        6. HBASE-15368-v3.patch
          43 kB
          Duo Zhang
        7. HBASE-15368-v4.patch
          49 kB
          Duo Zhang
        8. HBASE-15368-v5.patch
          49 kB
          Duo Zhang
        9. HBASE-15368-v6.patch
          49 kB
          Duo Zhang
        10. HBASE-15368-v7.patch
          49 kB
          Duo Zhang

        Issue Links

          Activity

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: