Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/8931#issuecomment-146288685
  
    The reason I like accumulated memory is that it's something that should be 
roughly constant over multiple runs of a workload so people can get a sense of 
how much data they are buffering during execution. The max and median will 
depend a lot on how tasks are scheduled, etc, so they don't give someone a 
great idea of how they can change their query or data to get memory under 
control. It's just how in hadoop you can see the total input size for a job. 
These totals are often really helpful.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to