KevinSmile opened a new pull request #29644:
URL: https://github.com/apache/spark/pull/29644


   ### What changes were proposed in this pull request?
   fix  [SPARK-32598] (missing driver logs in UI Executors tab in standalone 
mode) by solving 2 more general problems:
   1.  Currently, a driver doesn't know its own driverId.
   2. Currently, a driver doesn't know its worker info.
   
   ### Why are the changes needed?
   1. fix bug  [SPARK-32598].
   2. Solving the two more general problems mentioned above may help future 
changes.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes. User will see driver logs in UI-ApplicationDetails-Executors tab.
   
   ### How was this patch tested?
   Re-check [SPARK-32598] and found this user-facing bug fixed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to