Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22555#discussion_r220657964
--- Diff: core/src/main/scala/org/apache/spark/executor/Executor.scala ---
@@ -464,7 +464,7 @@ private[spark] class Executor(
executorSource.METRIC_OUTPUT_BYTES_WRITTEN
.inc(task.metrics.outputMetrics.bytesWritten)
executorSource.METRIC_OUTPUT_RECORDS_WRITTEN
- .inc(task.metrics.inputMetrics.recordsRead)
+ .inc(task.metrics.outputMetrics.recordsWritten)
--- End diff --
In addition, please add more description about when this bug is introduced.
e.g. `SPARK-22190` in this case.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]