Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24335

Support deleteall with ts but without column in shell mode

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0-alpha-1
    • 3.0.0-alpha-1, 2.3.0
    • shell
    • None
    • Hide
      Use a empty string to represent no column specified for deleteall in shell mode.
      useage:
      deleteall 'test','r1','',12345
      deleteall 'test', {ROWPREFIXFILTER => 'prefix'}, '', 12345
      Show
      Use a empty string to represent no column specified for deleteall in shell mode. useage: deleteall 'test','r1','',12345 deleteall 'test', {ROWPREFIXFILTER => 'prefix'}, '', 12345

    Description

      The position after rowkey is column, so we can't only specify ts now.
      My proposal is use a empty string to represent no column specified.
      useage: 
      deleteall 'test','r1','',1588765900000
      deleteall 'test', {ROWPREFIXFILTER => 'prefix'}, '', 1588765900000

      Attachments

        Issue Links

          Activity

            People

              filtertip Zheng Wang
              filtertip Zheng Wang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: