Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26584 Further improvements on StoreFileTracker
  3. HBASE-26673

Implement a shell command for change SFT implementation

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.5.0, 3.0.0-alpha-3
    • shell
    • None
    • Reviewed
    • Hide
      Introduced two shell commands for change table's or family's sft:

      change_sft:
        Change table's or table column family's sft. Examples:
          hbase> change_sft 't1','FILE'
          hbase> change_sft 't2','cf1','FILE'

      change_sft_all:
        Change all of the tables's sft matching the given regex:
          hbase> change_sft_all 't.*','FILE'
          hbase> change_sft_all 'ns:.*','FILE'
          hbase> change_sft_all 'ns:t.*','FILE'
      Show
      Introduced two shell commands for change table's or family's sft: change_sft:   Change table's or table column family's sft. Examples:     hbase> change_sft 't1','FILE'     hbase> change_sft 't2','cf1','FILE' change_sft_all:   Change all of the tables's sft matching the given regex:     hbase> change_sft_all 't.*','FILE'     hbase> change_sft_all 'ns:.*','FILE'     hbase> change_sft_all 'ns:t.*','FILE'

    Attachments

      Issue Links

        Activity

          People

            heliangjun Liangjun He
            zhangduo Duo Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: