MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after MAPREDUCE-6363. Contributed by J.Andreina.
(cherry picked from commit 368c77376a3704e3fa395d72b1816d388b5cd782) (cherry picked from commit 7a3fd1bc1a2ce93100b6887a97733e262b5e1d56)
This commit is contained in:
parent
77deb15c17
commit
160a8c74df
@ -24,6 +24,9 @@ Release 2.6.5 - UNRELEASED
|
|||||||
MAPREDUCE-6622. Add capability to set JHS job cache to a
|
MAPREDUCE-6622. Add capability to set JHS job cache to a
|
||||||
task-based limit (rchiang via rkanter)
|
task-based limit (rchiang via rkanter)
|
||||||
|
|
||||||
|
MAPREDUCE-6656. [NNBench] OP_DELETE operation isn't working after
|
||||||
|
MAPREDUCE-6363. (J.Andreina via aajisaka)
|
||||||
|
|
||||||
Release 2.6.4 - 2016-02-11
|
Release 2.6.4 - 2016-02-11
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -712,6 +712,7 @@ public void map(Text key,
|
|||||||
doRenameOp(fileName, reporter);
|
doRenameOp(fileName, reporter);
|
||||||
} else if (op.equals(OP_DELETE)) {
|
} else if (op.equals(OP_DELETE)) {
|
||||||
startTimeTPmS = System.currentTimeMillis();
|
startTimeTPmS = System.currentTimeMillis();
|
||||||
|
doDeleteOp(fileName, reporter);
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalArgumentException(
|
throw new IllegalArgumentException(
|
||||||
"unsupported operation [" + op + "]");
|
"unsupported operation [" + op + "]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user