bug introduced by HIVE-1806 --------------------------- Key: HIVE-1871 URL: https://issues.apache.org/jira/browse/HIVE-1871 Project: Hive Issue Type: Bug Components: Query Processor Reporter: Namit Jain Assignee: He Yongqiang
LoadMultiFilesDesc lmfd = new LoadMultiFilesDesc(toMove, targetDir, lfd.getIsDfsDir(), lfd.getColumns(), lfd.getColumnTypes()); The toMove includes full paths for each partition. But the targetDir is a root path that does not contain any partition part. So it is move, for example, from hdfs://dfs2.data.facebook.com:9000/tmp/hive-heyongqiang/hive_2010-12-29_13-31-58_051_54619753122187226/-ext-10002/ds=2010-12-28/hr=17/offset=16-435944367480 to hdfs://dfs2.data.facebook.com:9000/tmp/hive-heyongqiang/hive_2010-12-29_13-31-58_051_54619753122187226/-ext-10000 And the final path after the move is hdfs://dfs2.data.facebook.com:9000/tmp/hive-heyongqiang/hive_2010-12-29_13-31-58_051_54619753122187226/-ext-10000/ offset=16-435944367480 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.