标签:ase 修改 info source search 目录 row extend 成功
./hbase shell
list
describe ‘BizvaneV2.VipSearch‘
create ‘UserInfo‘, { NAME => ‘info‘, REPLICATION_SCOPE => ‘1‘ }
disable ‘UserInfo‘ alter ‘UserInfo‘, {NAME => ‘extendInfo‘, REPLICATION_SCOPE => ‘1‘} describe ‘UserInfo‘
put ‘UserInfo‘,‘row_1‘,‘info:firstname‘,‘liu‘
scan ‘UserInfo‘
put ‘UserInfo‘,‘row_1‘,‘info:firstname‘,‘liu_copy‘
delete ‘UserInfo‘,‘row_1‘,‘info:firstname‘参数说明
disable ‘UserInfo‘ drop ‘UserInfo‘
help
标签:ase 修改 info source search 目录 row extend 成功
原文地址:https://www.cnblogs.com/lzh-boy/p/8966826.html