Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-35222] In YARN mode, the tracking URL is printed to allow users to better track Spark Job #32336

Closed
wants to merge 1 commit into from

Conversation

Run-Lin
Copy link

@Run-Lin Run-Lin commented Apr 25, 2021

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

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.

@github-actions github-actions bot added the YARN label Apr 25, 2021
…only the AppID is printed, but the Tracking URL is also printed to allow users to better track Spark Job
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@github-actions
Copy link

github-actions bot commented Aug 4, 2021

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Aug 4, 2021
@github-actions github-actions bot closed this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants