MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after MAPREDUCE-6363. Contributed by J.Andreina.

(cherry picked from commit 368c77376a)
(cherry picked from commit 7a3fd1bc1a)
This commit is contained in:
Akira Ajisaka 2016-03-23 23:22:43 +09:00
parent 04cc99152f
commit a112c0138a
2 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,9 @@ Release 2.6.5 - UNRELEASED
MAPREDUCE-6635. Unsafe long to int conversion in UncompressedSplitLineReader
and IndexOutOfBoundsException. (Junping Du via vvasudev)
MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after
MAPREDUCE-6363. (J.Andreina via aajisaka)
Release 2.6.4 - 2016-02-11
INCOMPATIBLE CHANGES

View File

@ -712,6 +712,7 @@ public class NNBench {
doRenameOp(fileName, reporter);
} else if (op.equals(OP_DELETE)) {
startTimeTPmS = System.currentTimeMillis();
doDeleteOp(fileName, reporter);
} else {
throw new IllegalArgumentException(
"unsupported operation [" + op + "]");