update frr,impala

This commit is contained in:
2024-12-26 10:24:29 +08:00
parent 3974305e14
commit ad98620120
2 changed files with 209 additions and 19 deletions

View File

@ -13,3 +13,18 @@ refresh [table]; -- 刷新表table的元数据
refresh [table] partition [partition]; -- 刷新表table的partition分区元数据
```
hive 重建元数据
```bash
MSCK REPAIR TABLE table_name;
```