Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.0
-
None
Description
One stumbling block I've hit while debugging Spark-on-YARN jobs is that yarn logs presents each executor's stderr/stdout by container name, but I often need to find the logs for a specific executor ID; the executor ID isn't printed anywhere convenient in each executor's logs, afaict.
I added a simple logInfo to Executor.scala locally and it's been useful, so I'd like to merge it upstream.
PR forthcoming.