MAPREDUCE-6115. TestPipeApplication#testSubmitter fails in trunk. Contributed by Binglin Chang
This commit is contained in:
parent
344a10ad5e
commit
793dbf2465
@ -426,6 +426,9 @@ Release 2.6.0 - UNRELEASED
|
|||||||
MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails (Mit Desai via
|
MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails (Mit Desai via
|
||||||
jlowe)
|
jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-6115. TestPipeApplication#testSubmitter fails in trunk (Binglin
|
||||||
|
Chang via jlowe)
|
||||||
|
|
||||||
Release 2.5.1 - 2014-09-05
|
Release 2.5.1 - 2014-09-05
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -308,7 +308,7 @@ public void testSubmitter() throws Exception {
|
|||||||
assertTrue(out.toString().contains(
|
assertTrue(out.toString().contains(
|
||||||
"-fs <local|namenode:port> specify a namenode"));
|
"-fs <local|namenode:port> specify a namenode"));
|
||||||
assertTrue(out.toString().contains(
|
assertTrue(out.toString().contains(
|
||||||
"-jt <local|ResourceManager:port> specify a ResourceManager"));
|
"-jt <local|resourcemanager:port> specify a ResourceManager"));
|
||||||
assertTrue(out
|
assertTrue(out
|
||||||
.toString()
|
.toString()
|
||||||
.contains(
|
.contains(
|
||||||
|
Loading…
Reference in New Issue
Block a user