You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/01/18 21:55:39 UTC

[jira] [Assigned] (SPARK-12885) Rename 3 fields in ShuffleWriteMetrics

     [ https://issues.apache.org/jira/browse/SPARK-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-12885:
------------------------------------

    Assignee: Apache Spark  (was: Andrew Or)

> Rename 3 fields in ShuffleWriteMetrics
> --------------------------------------
>
>                 Key: SPARK-12885
>                 URL: https://issues.apache.org/jira/browse/SPARK-12885
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>            Reporter: Andrew Or
>            Assignee: Apache Spark
>            Priority: Minor
>
> Today we have:
> {code}
> inputMetrics.recordsRead
> outputMetrics.bytesWritten
> shuffleReadMetrics.localBlocksFetched
> ...
> shuffleWriteMetrics.shuffleRecordsWritten
> shuffleWriteMetrics.shuffleBytesWritten
> shuffleWriteMetrics.shuffleWriteTime
> {code}
> The shuffle write ones are kind of redundant. We can drop the shuffle part in the method names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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