GitHub user sayevsky opened a pull request:

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

    [SPARK-15218][DEPLOY] replace any occurence of ':' in SPARK_HOME with…

    ## What changes were proposed in this pull request?
    
    Java could not find or load main org.apache.spark.launcher.Main when run 
from a directory containing colon ':'. Mesos used to use ':' in path generation.
    
    This PR is proposed to create symlink with '_' instead of ':'.
    
    ## How was this patch tested?
    
    manual tests

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

    $ git pull https://github.com/sayevsky/spark SPARK-15218

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

    https://github.com/apache/spark/pull/13026.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 #13026
    
----
commit aecfa0a023d13d17854a64069dd871348e67813c
Author: Viacheslav Sayevsky <[email protected]>
Date:   2016-05-10T10:23:33Z

    [SPARK-15218][DEPLOY] replace any occurence of ':' in SPARK_HOME with '_' 
due to ':' is a delimiter in classpath.

----


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