GitHub user sarutak opened a pull request:
https://github.com/apache/spark/pull/3812
[Minor] Fix the value represented by spark.executor.id for the driver of
local mode.
When we run application in local mode, the property `spark.executor.id`
represents `driver` for the driver.
While we run in anything else mode, the property represents `<driver` for
the driver.
It's inconsistent.
This issue is minor so I didn't file this in JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sarutak/spark fix-driver-identifier
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3812.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 #3812
----
commit 4275663d875840bdc0c0da69707386a8b5eb1d3a
Author: Kousuke Saruta <[email protected]>
Date: 2014-12-26T12:04:56Z
Fixed the value represented by spark.executor.id of local mode
----
---
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]