Skip to content
Snippets Groups Projects
Commit 3eff65f8 authored by Sandeep Singh's avatar Sandeep Singh Committed by Sean Owen
Browse files

[MINOR] More than 100 chars in line in SparkSubmitCommandBuilderSuite

## 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.
parent 72288fd6
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,8 @@ public class SparkSubmitCommandBuilderSuite extends BaseSuite {
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"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment