You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by shahidki31 <gi...@git.apache.org> on 2018/09/26 22:32:44 UTC

[GitHub] spark pull request #22555: [SPARK-25536][CORE]metric value for METRIC_OUTPUT...

Github user shahidki31 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22555#discussion_r220743860
  
    --- 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 --
    
    Thanks @dongjoon-hyun . I have updated the PR description.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org