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-25064][WEBUI] Add killed tasks count info to WebUI #22051

Closed
wants to merge 1 commit into from

Conversation

stanzhai
Copy link
Contributor

@stanzhai stanzhai commented Aug 9, 2018

What changes were proposed in this pull request?

Add missing killed tasks to WebUI.

Total tasks = Active + Failed + Killed + Complete tasks.

How was this patch tested?

wx20180809-155222 2x

Manual test + Unit tests

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@vanzin
Copy link
Contributor

vanzin commented Dec 11, 2018

Hmm, I'm not so sure that "tasks killed on executor x" is a very interesting metric. If this information was altogether missing, sure, but this seems to only touch the per-executor information.

@vanzin
Copy link
Contributor

vanzin commented Dec 20, 2018

I'm going to close this for now. If you want to update your PR so it avoids changing the REST API and the stored data (e.g. make it a UI-only fix), then just update your branch.

@vanzin vanzin closed this Dec 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants