1.hive锁表命令

  1. hive> lock table t1 exclusive;锁表后不能对表进行操作

2.hive表解锁:

  1. hive> unlock table t1;

3.查看被锁的表

  1.hive> show locks;

  

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2021-12-09
  • 2021-05-07
  • 2021-09-17
  • 2022-12-23
相关资源
相似解决方案