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

    https://github.com/apache/spark/pull/4215#discussion_r23633633
  
    --- Diff: bin/utils.sh ---
    @@ -26,14 +26,14 @@ function gatherSparkSubmitOpts() {
         exit 1
       fi
     
    -  # NOTE: If you add or remove spark-sumbmit options,
    +  # NOTE: If you add or remove spark-submit options,
       # modify NOT ONLY this script but also SparkSubmitArgument.scala
       SUBMISSION_OPTS=()
       APPLICATION_OPTS=()
       while (($#)); do
         case "$1" in
    -      --master | --deploy-mode | --class | --name | --jars | --py-files | 
--files | \
    -      --conf | --properties-file | --driver-memory | --driver-java-options 
| \
    +      --master | --deploy-mode | --class | --name | --jars | --maven | 
--py-files | --files | \
    +      --conf | --maven_repos | --properties-file | --driver-memory | 
--driver-java-options | \
    --- End diff --
    
    Rename this to --maven-repos with a dash instead of an underscore; 
everything else has a dash


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to