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

    https://github.com/apache/spark/pull/299#discussion_r11776742
  
    --- Diff: bin/spark-submit ---
    @@ -25,8 +25,13 @@ while (($#)); do
         DEPLOY_MODE=$2
       elif [ $1 = "--driver-memory" ]; then
         DRIVER_MEMORY=$2
    +  elif [ $1 = "--driver-library-path" ]; then
    +    export _SPARK_LIBRARY_PATH=$2
    +  elif [ $1 = "--driver-class-path" ]; then
    +    export SPARK_CLASSPATH="$SPARK_CLASSPATH:$2"
    +  elif [ $1 = "--driver-java-options" ]; then
    --- End diff --
    
    this doesn't match usage in SparkSubmit where its --driver-java-opts


---
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.
---

Reply via email to