MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after MAPREDUCE-6363. Contributed by J.Andreina.
(cherry picked from commit368c77376a
) (cherry picked from commit7a3fd1bc1a
)
This commit is contained in:
parent
9d7c88f275
commit
f362b8a403
|
@ -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 + "]");
|
||||
|
|
Loading…
Reference in New Issue