Eugene Koifman created HIVE-14895:
-------------------------------------
Summary: CompactorMR.CompactorOutputCommitter race condition
Key: HIVE-14895
URL: https://issues.apache.org/jira/browse/HIVE-14895
Project: Hive
Issue Type: Bug
Affects Versions: 0.14.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
commitJob() method renames each file in TMP_LOCATION separately. so someone
may read FINAL_LOCATION and see only some of the files that should be there.
Use FileSystem.getFileStatus(TMP_LOCATION) and just rename the dir.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)