Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20925#discussion_r180193625
  
    --- Diff: 
launcher/src/main/java/org/apache/spark/launcher/SparkSubmitCommandBuilder.java 
---
    @@ -154,9 +165,17 @@
     
       List<String> buildSparkSubmitArgs() {
         List<String> args = new ArrayList<>();
    -    SparkSubmitOptionParser parser = new SparkSubmitOptionParser();
    +    OptionParser parser = new OptionParser(false);
    --- End diff --
    
    This is explained in the public API (`addSparkArg` which is declared in 
`AbstractLauncher`).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to