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

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

Andrew Or created SPARK-12885:
---------------------------------

             Summary: 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: Andrew Or
            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