runlin512 opened a new pull request #32336:
URL: https://github.com/apache/spark/pull/32336


   
   ### What changes were proposed in this pull request?
   In YARN mode, for better user experience, when Spark is started, not only 
the AppID is printed, but the Tracking URL is also printed to allow users to 
better track Spark Job
   
   
![clipboard_image_1619343476789](https://user-images.githubusercontent.com/40849158/115990609-c1fc3000-a5f6-11eb-8ce5-2e3a66348c09.png)
   
   
   ### Why are the changes needed?
   In practice, the user needs to track the Spark task through the YARN 
Trackting URL. At the moment, it is just printing the appId, which is a bit of 
a nuisance for the user to use. You need to look up YARN and find the 
corresponding app. If the trackting URL information is available, the user can 
open the URL connection directly,This improves the user experience
   
   ### Does this PR introduce _any_ user-facing change?
   no
   
   ### How was this patch tested?
   This just prints the tracking URL, so they won't cause behaviour change. So 
passing the existing tests should be enough.
   


-- 
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