MAPREDUCE-6191. Improve clearing stale state of Java serialization
testcase. (Sam Liu via Eric Yang)
This commit is contained in:
parent
af006937e8
commit
c379e102dd
|
@ -94,6 +94,9 @@ Trunk (Unreleased)
|
|||
|
||||
BUG FIXES
|
||||
|
||||
MAPREDUCE-6191. Improve clearing stale state of Java serialization
|
||||
testcase. (Sam Liu via Eric Yang)
|
||||
|
||||
MAPREDUCE-5714. Removed forceful JVM exit in shutDownJob.
|
||||
(Jinghui Wang via Eric Yang)
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public class TestJavaSerialization extends TestCase {
|
|||
}
|
||||
|
||||
private void cleanAndCreateInput(FileSystem fs) throws IOException {
|
||||
fs.delete(INPUT_FILE, true);
|
||||
fs.delete(INPUT_DIR, true);
|
||||
fs.delete(OUTPUT_DIR, true);
|
||||
|
||||
OutputStream os = fs.create(INPUT_FILE);
|
||||
|
|
Loading…
Reference in New Issue