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

    https://github.com/apache/spark/pull/2519#discussion_r18014202
  
    --- Diff: docs/tuning.md ---
    @@ -247,6 +247,39 @@ Spark prints the serialized size of each task on the 
master, so you can look at
     decide whether your tasks are too large; in general tasks larger than 
about 20 KB are probably
     worth optimizing.
     
    +## Data Locality
    +
    +One of the most important principles of distributed computing is data 
locality.  If data and the
    --- End diff --
    
    It might be good to say something more like "Data locality can have a major 
impact on the performance of Spark jobs."


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