GitHub user juanrh opened a pull request:
https://github.com/apache/spark/pull/17411
logging improvements
## What changes were proposed in this pull request?
Adding additional information to existing logging messages:
- YarnAllocator: log the executor ID together with the container id when
a container for an executor is launched.
- NettyRpcEnv: log the receiver address when there is a timeout waiting
for an answer to a remote call.
- ExecutorAllocationManager: fix a typo in the logging message for the
list of executors to be removed.
## How was this patch tested?
Build spark and submit the word count example to a YARN cluster using
cluster mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/juanrh/spark logging-improvements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17411.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 #17411
commit d7b8f27496906110975084deff2fee940f9af3e4
Author: Juan Rodriguez Hortala
Date: 2017-03-22T00:39:55Z
logging improvements
---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org