MAPREDUCE-6811. TestPipeApplication#testSubmitter fails after HADOOP-13802 (Brahma Reddy Battula via Varun Saxena)
This commit is contained in:
parent
7ef290cfef
commit
b8690a9d25
@ -300,28 +300,25 @@ public void testSubmitter() throws Exception {
|
||||
assertTrue(out.toString().contains(
|
||||
"[-lazyOutput <true/false>] // createOutputLazily"));
|
||||
|
||||
assertTrue(out
|
||||
.toString()
|
||||
.contains(
|
||||
"-conf <configuration file> specify an application configuration file"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-D <property=value> use value for given property"));
|
||||
"-conf <configuration file> specify an application "
|
||||
+ "configuration file"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-fs <local|namenode:port> specify a namenode"));
|
||||
"-D <property=value> define a value for a given "
|
||||
+ "property"));
|
||||
assertTrue(out.toString()
|
||||
.contains("-fs <local|namenode:port> specify a namenode"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-jt <local|resourcemanager:port> specify a ResourceManager"));
|
||||
assertTrue(out
|
||||
.toString()
|
||||
.contains(
|
||||
"-files <comma separated list of files> specify comma separated files to be copied to the map reduce cluster"));
|
||||
assertTrue(out
|
||||
.toString()
|
||||
.contains(
|
||||
"-libjars <comma separated list of jars> specify comma separated jar files to include in the classpath."));
|
||||
assertTrue(out
|
||||
.toString()
|
||||
.contains(
|
||||
"-archives <comma separated list of archives> specify comma separated archives to be unarchived on the compute machines."));
|
||||
"-jt <local|resourcemanager:port> specify a ResourceManager"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-files <file1,...> specify a comma-separated list of "
|
||||
+ "files to be copied to the map reduce cluster"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-libjars <jar1,...> specify a comma-separated list of "
|
||||
+ "jar files to be included in the classpath"));
|
||||
assertTrue(out.toString().contains(
|
||||
"-archives <archive1,...> specify a comma-separated list of "
|
||||
+ "archives to be unarchived on the compute machines"));
|
||||
} finally {
|
||||
System.setOut(oldps);
|
||||
// restore
|
||||
|
Loading…
Reference in New Issue
Block a user