[ 
https://issues.apache.org/jira/browse/SPARK-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506450#comment-14506450
 ] 

Apache Spark commented on SPARK-7046:
-------------------------------------

User 'kayousterhout' has created a pull request for this issue:
https://github.com/apache/spark/pull/5627

> BlockResult shouldn't include an InputMetrics object (code cleanup)
> -------------------------------------------------------------------
>
>                 Key: SPARK-7046
>                 URL: https://issues.apache.org/jira/browse/SPARK-7046
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.3.1
>            Reporter: Kay Ousterhout
>            Assignee: Kay Ousterhout
>            Priority: Trivial
>              Labels: cleanup
>
> The BlockResult class originally contained an InputMetrics object so that 
> InputMetrics could directly be used as the InputMetrics for the whole task.  
> Now we copy the fields out of here, and the presence of this object is 
> confusing because it's only a partial input metrics (it doesn't include the 
> records read).  Because this object is no longer useful (and is confusing), 
> it should be removed.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to