hbase表定义指令详细解说篇
1. alter, alter_async, alter_status
2. create
3. describe (可以简写成'desc') 显示某张表的结构情况
hbase(main):026:0> help 'describe'
1 Describe the named table. For example: 2 hbase> describe 't1' 3 hbase> describe 'ns1:t1' 4 5 Alternatively, you can use the abbreviated 'desc' for the same thing. 6 hbase> desc 't1' 7 hbase> desc 'ns1:t1'