Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/18878
  
    It works fine for me in, for example:
    
    ```
    spark2-submit --class "org.apache.spark.examples.SparkPi" --deploy-mode 
client --master yarn 
/opt/cloudera/parcels/SPARK2/lib/spark2/examples/jars/spark-examples_2.11-2.2.0.cloudera1.jar
    ```
    
    The thing is the quotes never even make it to the submit script, right? 
bash interprets them. That's why I can't see how this would be an issue.  
What's your exact command line?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to