Skip to content

Conversation

@gengliangwang
Copy link
Member

What changes were proposed in this pull request?

In the summary section of stage page:
image

  1. the following metrics names can be revised:
    Output => Output Size / Records
    Shuffle Read: => Shuffle Read Size / Records
    Shuffle Write => Shuffle Write Size / Records

After changes, the names are more clear, and consistent with the other names in the same page.

  1. The associated job id URL should not contain the 3 tails spaces. Reduce the number of spaces to one, and exclude the space from link. This is consistent with SQL execution page.

How was this patch tested?

Manual check:
image

@gengliangwang
Copy link
Member Author

@srowen @vanzin

localityNamesAndCounts.sorted.mkString("; ")
}

private def jobURL(request: HttpServletRequest, jobId: Int): String =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It all looks fine except I don't see a lot of value in moving this into a method that's used once. It just moves the logic to a separate part of the file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense. I have updated the code.

@SparkQA
Copy link

SparkQA commented Nov 23, 2018

Test build #99214 has finished for PR 23125 at commit 215d3d7.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 23, 2018

Test build #99216 has finished for PR 23125 at commit a2d7c7a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Nov 24, 2018

Merged to master

@asfgit asfgit closed this in 0f56977 Nov 24, 2018
jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
## What changes were proposed in this pull request?
In the summary section of stage page:
![image](https://user-images.githubusercontent.com/1097932/48935518-ebef2b00-ef42-11e8-8672-eaa4cac92c5e.png)

1.  the following metrics names can be revised:
Output => Output Size / Records
Shuffle Read: => Shuffle Read Size / Records
Shuffle Write => Shuffle Write Size / Records

After changes, the names are more clear, and consistent with the other names in the same page.

2. The associated job id URL should not contain the 3 tails spaces. Reduce the number of spaces to one, and exclude the space from link. This is consistent with SQL execution page.

## How was this patch tested?

Manual check:
![image](https://user-images.githubusercontent.com/1097932/48935538-f7425680-ef42-11e8-8b2a-a4f388d3ea52.png)

Closes apache#23125 from gengliangwang/reviseStagePage.

Authored-by: Gengliang Wang <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants