Skip to content

Commit

Permalink
[MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
More than 100 chars in line.

## How was this patch tested?

Author: Sandeep Singh <sandeep@techaddict.me>

Closes #13249 from techaddict/fix-1.
  • Loading branch information
techaddict authored and srowen committed May 22, 2016
1 parent 72288fd commit 3eff65f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public void testCliHelpAndNoArg() throws Exception {

List<String> sparkEmptyArgs = Collections.emptyList();
cmd = buildCommand(sparkEmptyArgs, env);
assertTrue("org.apache.spark.deploy.SparkSubmit should be contained in the final cmd of empty input.",
assertTrue(
"org.apache.spark.deploy.SparkSubmit should be contained in the final cmd of empty input.",
cmd.contains("org.apache.spark.deploy.SparkSubmit"));
}

Expand Down

0 comments on commit 3eff65f

Please sign in to comment.