Commit 9a9a40f
[SPARK-33900][WEBUI] Show shuffle read size / records correctly when only remotebytesread is available
### What changes were proposed in this pull request?
Shuffle Read Size / Records can also be displayed in remoteBytesRead>0 localBytesRead=0.
current:

fix:

### Why are the changes needed?
At present, the page only displays the data of Shuffle Read Size / Records when localBytesRead>0.
When there is only remote reading, metrics cannot be seen on the stage page.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
manual test
Closes #30916 from cxzl25/SPARK-33900.
Authored-by: sychen <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>
(cherry picked from commit 700f5ab)
Signed-off-by: Kousuke Saruta <[email protected]>1 parent e13d47a commit 9a9a40f
File tree
1 file changed
+2
-1
lines changed- core/src/main/resources/org/apache/spark/ui/static
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
| 949 | + | |
| 950 | + | |
950 | 951 | | |
951 | 952 | | |
952 | 953 | | |
| |||
0 commit comments