hbase ERROR: wrong number of arguments (3 for 4)

在尝试使用HBase的get_counter命令时,遇到错误提示'ERROR: wrong number of arguments (3 for 4)'。通过查看帮助文档,发现get_counter命令需要4个参数。正确执行该命令的方法是在末尾添加'dummy'作为第四个参数,例如:get_counter 'ddl', 'example', 'info:age', 'dummy'。执行后成功获取计数器值。" 51040034,4997083,Android回调机制详解,"['Android开发', '事件处理', '回调函数']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


hbase(main):036:0> get 'ddl', 'example', 'info:age'
COLUMN                                               CELL
info:age                                            timestamp=1436787562408, value=\x00\x00\x00\x00\x00\x00\x00\x03
1 row(s) in 0.0160 seconds

hbase(main):037:0> get_counter 'ddl', 'example', 'info:age'

ERROR: wrong number of arguments (3 for 4)

Here is some help for this command:
Return a counter cell value at specified table/row/column coordinates.
A cell cell should be managed with atomic increment function oh HBase
and the data should be binary encoded. Example:

  hbase> get_counter 'ns1:t1', 'r1', 'c1'
  hbase> get_counter 't1', 'r1', 'c1'

The same commands also can be run on a table reference. Suppose you had a reference
t to table 't1', the corresponding command would be:

  hbase> t.get_counter 'r1', 'c1'


 

hbase(main):041:0> get_counter 'ddl', 'example', 'info:age', 'dummy'   <----加上dummy就对了
COUNTER VALUE = 3

hbase(main):042:0> get 'ddl', 'example', 'info:age'
COLUMN                                               CELL
info:age                                            timestamp=1436787562408, value=\x00\x00\x00\x00\x00\x00\x00\x03
1 row(s) in 0.0210 seconds

hbase(main):043:0> truncate 'ddl'
Truncating 'ddl' table (it may take a while):
- Disabling table...
- Dropping table...
- Creating table...
0 row(s) in 2.6630 seconds

hbase(main):044:0>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值