HBase基本shell命令 以下shell命令都是经过测试,正常展示,若有不足,还望指点! 1.创建表 create ‘表名称’,‘列族名称1’,‘列族名称1’create 'test_M_01','test_id','address','info' 2.全表扫描 scan '表名'scan 'test_M_01' 3.获得表的描述 describe '表名'describe 'test_M_01' 4.向表中插入数据或更新数据 put put 'test_M_01','row1','info