Github user ksakellis commented on a diff in the pull request:
https://github.com/apache/spark/pull/4510#discussion_r24464185
--- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
@@ -181,7 +188,8 @@ private[ui] class StagePage(parent: StagesTab) extends
WebUIPage("stage") {
{if (stageData.hasOutput) Seq(("Output Size / Records", "")) else
Nil} ++
{if (stageData.hasShuffleRead) {
Seq(("Shuffle Read Blocked Time",
TaskDetailsClassNames.SHUFFLE_READ_BLOCKED_TIME),
- ("Shuffle Read Size / Records", ""))
+ ("Shuffle Read Size / Records", ""),
+ ("Shuffle Data Read Remotely",
TaskDetailsClassNames.SHUFFLE_READ_REMOTE_SIZE))
--- End diff --
Nit: Maybe a shorter string can be "Shuffle Remote Reads"? It'll make the
column thinner.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]