GitHub user zjffdu opened a pull request:
https://github.com/apache/spark/pull/13146
[SPARK-13081][PYSPARK][SPARK_SUBMIT]. Allow set pythonExec of driver and
executor through confâ¦
## What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Before this PR, user have to export environment variable to specify the
python of driver & executor which is not so convenient for users. This PR is
trying to allow user to specify python through configuration
"--pyspark-driver-python" & "--pyspark-executor-python"
## How was this patch tested?
Manually test in local & yarn mode for pyspark-shell and pyspark batch
mode.
(Please explain how this patch was tested. E.g. unit tests, integration
tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise,
remove this)
â¦and executor through configuration
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zjffdu/spark SPARK-13081
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13146.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 #13146
----
commit 62db33040a2f3ab9bea942d88c820beabf39977f
Author: Jeff Zhang <[email protected]>
Date: 2016-05-17T08:07:06Z
[SPARK-13081][PYSPARK][SPARK_SUBMIT]. Allow set pythonExec of driver and
executor through configuration
----
---
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]