Details
Description
The unit test fails on Windows due to incorrect line endings was used for comparing the output from command line output. Error messages are as follows.
junit.framework.ComparisonFailure: expected:<...argument for options[] usage: application ...> but was:<...argument for options[ ] usage: application ...> at junit.framework.Assert.assertEquals(Assert.java:85) at junit.framework.Assert.assertEquals(Assert.java:91) at org.apache.hadoop.yarn.client.cli.TestYarnCLI.testMissingArguments(TestYarnCLI.java:878)