GitHub user andrewor14 opened a pull request:

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

    [SPARK-3243] Don't use stale `spark-driver.*` system properties

    If we set both `spark.driver.extraClassPath` and `--driver-class-path`, 
then the latter correctly overrides the former. However, the value of the 
system property `spark.driver.extraClassPath` still uses the former, which is 
actually not added to the class path. This may cause some confusion...
    
    Of course, this also affects other options (i.e. java options, library 
path, memory...).

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

    $ git pull https://github.com/andrewor14/spark driver-submit-configs-fix

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

    https://github.com/apache/spark/pull/2154.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 #2154
    
----
commit e39d20f432c26a5ed06cea6a1ddc6185b8e7a95c
Author: Andrew Or <[email protected]>
Date:   2014-08-27T04:15:56Z

    Also set spark.driver.extra* configs in client mode

commit 0140836621c8292032731effc31fe0daac6eef52
Author: Andrew Or <[email protected]>
Date:   2014-08-27T04:20:30Z

    Don't forget spark.driver.memory

----


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