MAPREDUCE-5585. TestCopyCommitter#testNoCommitAction Fails on JDK7 (jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1532875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c46525ef27
commit
034039b917
@ -191,6 +191,9 @@ Release 2.3.0 - UNRELEASED
|
||||
org.apache.hadoop.mapred.lib.db (Aleksey Gorshkov, Andrey Klochkov, and
|
||||
Nathan Roberts via jlowe)
|
||||
|
||||
MAPREDUCE-5585. TestCopyCommitter#testNoCommitAction Fails on JDK7
|
||||
(jeagles)
|
||||
|
||||
Release 2.2.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -332,6 +332,7 @@ public void testAtomicCommitMissingFinal() {
|
||||
} finally {
|
||||
TestDistCpUtils.delete(fs, workPath);
|
||||
TestDistCpUtils.delete(fs, finalPath);
|
||||
conf.setBoolean(DistCpConstants.CONF_LABEL_ATOMIC_COPY, false);
|
||||
}
|
||||
}
|
||||
|
||||
@ -373,6 +374,7 @@ public void testAtomicCommitExistingFinal() {
|
||||
} finally {
|
||||
TestDistCpUtils.delete(fs, workPath);
|
||||
TestDistCpUtils.delete(fs, finalPath);
|
||||
conf.setBoolean(DistCpConstants.CONF_LABEL_ATOMIC_COPY, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user