# check table 的 partition

hive> show partitions table_name ;

如果是外部表 ,不小心把表给删除了 ,可以适用下命令重新关联表和数据

[MSCK REPAIR TABLE] 全量修复分区
hive> msck repair table table_name;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-09-14
  • 2021-10-22
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2018-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案