GitHub user mgummelt opened a pull request:
https://github.com/apache/spark/pull/14167
[WIP] [SPARK-16194] Mesos Driver env vars
## What changes were proposed in this pull request?
Added new configuration namespace: spark.mesos.env.*
This allows a user submitting a job in cluster mode to set arbitrary
environment variables on the driver.
spark.mesos.env.KEY=VAL will result in the env var "KEY" being set to "VAL"
## How was this patch tested?
unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mesosphere/spark driver-env-vars
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14167.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 #14167
----
commit 4cf039954251f6707e70b201f5eec8b060d43570
Author: Michael Gummelt <[email protected]>
Date: 2016-07-12T22:42:40Z
refactor
commit e706ca6206ac46cdb304d70c66573a1fcb85060b
Author: Michael Gummelt <[email protected]>
Date: 2016-07-13T01:04:00Z
tests
----
---
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]