This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new ad8c537 Revert "[SPARK-31073][DOC][FOLLOWUP] Add description for
Shuffle Write Time metric in StagePage to web-ui.md"
ad8c537 is described below
commit ad8c5377999b38aadab427b5fb15fee1f73bbb5c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Apr 6 12:42:38 2020 -0700
Revert "[SPARK-31073][DOC][FOLLOWUP] Add description for Shuffle Write Time
metric in StagePage to web-ui.md"
This reverts commit 5a7395d296b57c8e06bbf100b4ebdaa1100c3a91.
---
docs/web-ui.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/web-ui.md b/docs/web-ui.md
index c53af80..e28a689 100644
--- a/docs/web-ui.md
+++ b/docs/web-ui.md
@@ -143,7 +143,6 @@ Summary metrics for all task are represented in a table and
in a timeline.
* **Shuffle Read Size / Records**. Total shuffle bytes read, includes both
data read locally and data read from remote executors.
* **Shuffle Read Blocked Time** is the time that tasks spent blocked waiting
for shuffle data to be read from remote machines.
* **Shuffle Remote Reads** is the total shuffle bytes read from remote
executors.
-* **Shuffle Write Time** is the time that tasks spent writing shuffle data.
* **Shuffle spill (memory)** is the size of the deserialized form of the
shuffled data in memory.
* **Shuffle spill (disk)** is the size of the serialized form of the data on
disk.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]