Github user gaborgsomogyi commented on a diff in the pull request:
https://github.com/apache/spark/pull/21450#discussion_r192385957
--- Diff:
launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java
---
@@ -344,8 +365,15 @@ private SparkSubmitCommandBuilder
newCommandBuilder(List<String> args) {
return newCommandBuilder(args).buildCommand(env);
}
- private void testCLIOpts(String opt) throws Exception {
- List<String> helpArgs = Arrays.asList(opt,
"driver-20160531171222-0000");
+ private void testCLIOpts(String appResource, String opt, List<String>
params) throws Exception {
+ List<String> helpArgs = new ArrayList<>();
--- End diff --
Renamed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]