Description
Steps to reproduce.
CREATE TABLE `repairtable`( `col` string) PARTITIONED BY ( `p1` string, `p2` string) hive> dfs -mkdir -p /apps/hive/warehouse/test.db/repairtable/p1=c/p2=a/p3=b; hive> dfs -touchz /apps/hive/warehouse/test.db/repairtable/p1=c/p2=a/p3=b/datafile; hive> set hive.mv.files.thread; hive.mv.files.thread=15 hive> set hive.mv.files.thread=1; hive> MSCK TABLE repairtable;
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-15807 MSCK operation hangs in HiveMetaStoreChecker.checkPartitionDirs
- Resolved