GitHub user shahidki31 opened a pull request:
https://github.com/apache/spark/pull/22555
[SPARK-25536][CORE][Minor]metric value for METRIC_OUTPUT_RECORDS_WRITTEN is
incorrect
## What changes were proposed in this pull request?
changed metric value of METRIC_OUTPUT_RECORDS_WRITTEN from
'task.metrics.inputMetrics.recordsRead' to 'outputMetrics.recordsWritten'
## How was this patch tested?
Existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shahidki31/spark SPARK-25536
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22555.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22555
----
commit 332adef866f27efd615fb0b9a9717ab734b7377d
Author: Shahid <shahidki31@...>
Date: 2018-09-26T05:44:33Z
[SPARK-25536][CORE]metric value for METRIC_OUTPUT_RECORDS_WRITTEN is
incorrect
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]