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

    https://github.com/apache/spark/pull/962#discussion_r14207005
  
    --- Diff: core/src/main/scala/org/apache/spark/executor/TaskMetrics.scala 
---
    @@ -67,6 +67,12 @@ class TaskMetrics extends Serializable {
       var diskBytesSpilled: Long = _
     
       /**
    +   * If this task reads from a HadoopRDD, from cached data, or from a 
parallelized collection,
    --- End diff --
    
    I think it's also useful to have the size of the persisted partition 
recorded. For instance, if you have data skew in the partition size and this is 
why some tasks are slower than others, there is no way to discover this 
currently.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to