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