一、orc分區(qū)表遷移
- 復(fù)制元信息,hive同版本:可以恢復(fù)
- 復(fù)制元信息,hive高版本:可以恢復(fù)
- 不復(fù)制元信息,hive同版本:
- msck repair table:無法恢復(fù)
- export/import:無法恢復(fù)
- 不復(fù)制元信息,hive高版本:
- msck repair table:無法恢復(fù)
- export/import:無法恢復(fù)
二、parquet分區(qū)表遷移
- 不復(fù)制元信息,hive同版本:
- msck repair table:無法恢復(fù)
- export/import:可以恢復(fù)
- 不復(fù)制元信息,hive高版本:
- msck repair table:無法恢復(fù)
- export/import:可以恢復(fù)
- 不復(fù)制元信息,hive低版本:
- msck repair table:無法恢復(fù)
- export/import:可以恢復(fù)
三、parquet普通表遷移
- 不復(fù)制元信息,hive同版本:
- export/import:可以恢復(fù)
- 不復(fù)制元信息,hive高版本:
- export/import:可以恢復(fù)
- 不復(fù)制元信息,hive低版本:
- export/import:可以恢復(fù)