HBase应用实战与性能调优
上QQ阅读APP看书,第一时间看更新

2.4.3 使用alter命令

使用alter命令可以为表新增列族。

范例如下:


    hbase(main):005:0> alter 'test' ,'cf2'
Updating all regions with the new schema...
1/1 regions updated.
Done.
0 row(s) in 1.9670 seconds

命令解析:为表test新增一个名为cf2的列族。