list
status
list_namespace
list_peers, list_replicated_tables
主节点
create 'replication_test','f1','f2'
1 hbase(main):011:0> put 'replication_test','rk0001','f1:name','zhanzongxin1' 2 0 row(s) in 0.1770 seconds 3 4 hbase(main):012:0> get 'replication_test','rk0001' 5 COLUMN CELL 6 f1:name timestamp=1714374444662, value=zhanzongxin1 7 1 row(s) in 0.0540 seconds
hbase(main):015:0> scan "replication_test"
ROW COLUMN+CELL
rk0001 column=f1:name, timestamp=1714374523833, value=zhanzongxin11
1 row(s) in 0.0320 seconds
alter 'replication_test',{NAME=>'f2', REPLICATION_SCOPE=>'1'}
add_peer '1',"hdp7.kzx.com,hdp8.kzx.com,hdp9.kzx.com:2181:/hbase-unsecure"
标签:f1,--,list,replication,test,hbase,row From: https://www.cnblogs.com/hanxing/p/18165753