You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/04/08 22:19:12 UTC

[jira] [Work started] (HBASE-13433) Backward compatibility in 1.0.z for shell broken for get_counter

     [ https://issues.apache.org/jira/browse/HBASE-13433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-13433 started by Sean Busbey.
-------------------------------------------
> Backward compatibility in 1.0.z for shell broken for get_counter
> ----------------------------------------------------------------
>
>                 Key: HBASE-13433
>                 URL: https://issues.apache.org/jira/browse/HBASE-13433
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 1.0.1
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Blocker
>
> In 1.0.0, to use counters I need my hbase-shell commands to looks like this:
> {code}
> 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
> {code}
> the same {{get_counter}} commands will fail in current branch-1.0 due to the changes in HBASE-10728.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)