Kay Ousterhout created SPARK-7046:
-------------------------------------

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


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