GitHub user LeightonWong opened a pull request:

    https://github.com/apache/spark/pull/15643

    [SPARK-18114][MESOS] fix mesos cluster scheduler generage command option 
error

    ## What changes were proposed in this pull request?
    
    Enclose --conf option value with "" to support multi value configs like 
spark.driver.extraJavaOptions, without "", driver will fail to start.
    
    ## How was this patch tested?
    
    Test in our production environment, also unit tests, It is a very small 
change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LeightonWong/spark messos-cluster

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/15643.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15643
    
----
commit 7e66a4e73ff4d0dc79a49c8c3e9347263969e503
Author: Wang Lei <[email protected]>
Date:   2016-10-26T10:09:44Z

    fix mesos cluster scheduler generage command option error, --conf value 
should enclosed by ""

----


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