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'
View Code

相关文章:

  • 2022-03-08
  • 2021-04-12
  • 2022-12-23
  • 2021-09-12
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2022-02-10
  • 2021-04-11
  • 2022-12-23
  • 2021-06-24
相关资源
相似解决方案