MAPREDUCE-5687. Correcting the previous commit by using the right patch.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1552070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a875bcb2da
commit
0cf92b66c5
|
@ -304,7 +304,7 @@ public class TestClientRedirect {
|
||||||
@Override
|
@Override
|
||||||
public KillApplicationResponse forceKillApplication(
|
public KillApplicationResponse forceKillApplication(
|
||||||
KillApplicationRequest request) throws IOException {
|
KillApplicationRequest request) throws IOException {
|
||||||
return recordFactory.newRecordInstance(KillApplicationResponse.class);
|
return KillApplicationResponse.newInstance(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue