GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/1810
[SPARK-2886] Use more specific actor system name than "spark"
As of #1777 we log the name of the actor system when it binds to a port.
The current name "spark" is super general and does not convey any meaning. For
instance, the following line is taken from my driver log after setting
`spark.driver.port` to 5001.
```
14/08/06 13:40:05 INFO Utils: Successfully started service 'spark' on port
5001.
```
This commit renames this to "driver actor" and "executor actor".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark service-name
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1810.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 #1810
----
commit f644b55f518551e01206bbe05ae4492327b68902
Author: Andrew Or <[email protected]>
Date: 2014-08-06T20:45:00Z
Use more specific service name
----
---
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]