update frr,impala
This commit is contained in:
@ -13,3 +13,18 @@ refresh [table]; -- 刷新表table的元数据
|
||||
refresh [table] partition [partition]; -- 刷新表table的partition分区元数据
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
hive 重建元数据
|
||||
|
||||
```bash
|
||||
MSCK REPAIR TABLE table_name;
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user