Tsuyoshi OZAWA created MAPREDUCE-6120:
-----------------------------------------
Summary: TestPipeApplication fails on trunk
Key: MAPREDUCE-6120
URL: https://issues.apache.org/jira/browse/MAPREDUCE-6120
Project: Hadoop Map/Reduce
Issue Type: Test
Reporter: Tsuyoshi OZAWA
Assignee: Tsuyoshi OZAWA
TestPipeApplication asserts following case:
{code}
assertTrue(out.toString().contains(
"-jt <local|ResourceManager:port> specify a ResourceManager"));
{code}
The current shell script outputs not ResourceManager:port but
resourcemanager:port.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)