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

    https://github.com/apache/spark/pull/1864#discussion_r16024822
  
    --- Diff: bin/spark-shell ---
    @@ -46,11 +49,11 @@ function main(){
             # (see https://github.com/sbt/sbt/issues/562).
             stty -icanon min 1 -echo > /dev/null 2>&1
             export SPARK_SUBMIT_OPTS="$SPARK_SUBMIT_OPTS -Djline.terminal=unix"
    -        $FWDIR/bin/spark-submit --class org.apache.spark.repl.Main 
spark-shell "$@"
    +        $FWDIR/bin/spark-submit --class org.apache.spark.repl.Main 
${SUBMISSION_OPTS[@]} spark-shell ${APPLICATION_OPTS[@]}
    --- End diff --
    
    Does this handle quoted strings, e.g. `--name "awesome app"`? You may need 
to put double quotes around the argument lists.


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