GitHub user yhuai opened a pull request:

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

    [SPARK-16887] Add SPARK_DIST_CLASSPATH to LAUNCH_CLASSPATH

    ## What changes were proposed in this pull request?
    To deploy Spark, it can be pretty convenient to put all jars (spark jars, 
hadoop jars, and other libs' jars) that we want to include in the classpath of 
Spark in the same dir, which may not be spark's assembly dir. So, I am 
proposing to also add SPARK_DIST_CLASSPATH to the LAUNCH_CLASSPATH.
    


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

    $ git pull https://github.com/yhuai/spark SPARK-16887

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

    https://github.com/apache/spark/pull/14492.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 #14492
    
----
commit ffc0e4a363968fa62a592f96e37669ca1bcbf099
Author: Yin Huai <[email protected]>
Date:   2016-08-04T02:57:47Z

    [SPARK-16887] Add SPARK_DIST_CLASSPATH to LAUNCH_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