GitHub user srowen opened a pull request:

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

    SPARK-4267 [CORE] Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 
or later

    Per SPARK-4267, I think the problem here is stripping quotes in JVM 
arguments before sending them on the YARN et al. The proposed fix is 
straightforward.
    
    I'm seeing this make `MQTTStreamSuite` fail though, but can't for the life 
of me see how it's related. I want to see what Jenkins thinks.

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

    $ git pull https://github.com/srowen/spark SPARK-4267

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

    https://github.com/apache/spark/pull/4188.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 #4188
    
----
commit 377c3bba128ece23146f8e612eeec8efc3a8c785
Author: Sean Owen <so...@cloudera.com>
Date:   2015-01-24T15:50:20Z

    Utils.splitCommandString should no longer remove quotes and escapes

----


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