Hbase Shell常用命令--附实例

本文介绍了如何进入Hbase shell并执行基本操作,包括使用create命令创建表,put命令插入数据,scan命令扫描表,get命令获取数据,以及delete命令删除记录。此外,还提到了描述表结构的describe命令和数据版本控制。
摘要由CSDN通过智能技术生成

1.进入Hbase shell命令

       $>hbase shell

2.建议参照“help”命令

3.shell命令

       create创建表指令:

           hbase(main):021:0> create 'customer','baseinfo','address'

      put插入数据:

           hbase(main):021:0> put 'customer','row-1','baseinfo:name','zhangsan'

           hbase(main):021:0> put 'customer','row-1','baseinfo:age',12

           hbase(main):021:0> put 'customer','row-1','baseinfo:sex','男'

           hbase(main):021:0> put 'customer','row-1','address:city','长春'

       scan扫描表:

            hbase(main):021:0> scan 'customer'

 ROW                                 COLUMN+CELL                                                                                           

 row-1                              column=address:city, timestamp=1533057164343, value=changchun                                         

 row-1                              column=base

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值