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

Backward compatibility in 1.0.z for shell broken for get_counter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0.1
    • 1.0.1, 0.98.12
    • shell
    • None

    Description

      In 1.0.0, to use counters I need my hbase-shell commands to looks like this:

      get_counter 'counter_example', 'r1', 'cf1:foo', :DUMMY
      incr 'counter_example', 'r1', 'cf1:foo', 10
      get_counter 'counter_example', 'r1', 'cf1:foo', :DUMMY
      incr 'counter_example', 'r1', 'cf1:foo'
      get_counter 'counter_example', 'r1', 'cf1:foo', :DUMMY
      incr 'counter_example', 'r1', 'cf1:foo', 10
      get_counter 'counter_example', 'r1', 'cf1:foo', :DUMMY
      

      the same get_counter commands will fail in current branch-1.0 due to the changes in HBASE-10728.

      Attachments

        Issue Links

          Activity

            People

              busbey Sean Busbey
              busbey Sean Busbey
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: