hbase(main):005:0> truncate 'fr:test'
Truncating 'FaceBase' table (it may take a while):
 - Disabling table...
 - Dropping table...
 - Creating table...

0 row(s) in 14.4220 seconds

truncate是disable、drop、create三个动作的自动化集成。

相关文章:

  • 2021-12-21
  • 2021-06-05
  • 2022-03-10
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2023-03-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
相关资源
相似解决方案