Skip to content
Snippets Groups Projects
Commit fe12277b authored by Jeff Zhang's avatar Jeff Zhang Committed by Reynold Xin
Browse files

Fix doc typo

Straightforward fix on doc typo

Author: Jeff Zhang <zjffdu@apache.org>

Closes #8019 from zjffdu/master and squashes the following commits:

aed6e64 [Jeff Zhang] Fix doc typo
parent 17284db3
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ worth optimizing. ...@@ -240,7 +240,7 @@ worth optimizing.
## Data Locality ## Data Locality
Data locality can have a major impact on the performance of Spark jobs. If data and the code that Data locality can have a major impact on the performance of Spark jobs. If data and the code that
operates on it are together than computation tends to be fast. But if code and data are separated, operates on it are together then computation tends to be fast. But if code and data are separated,
one must move to the other. Typically it is faster to ship serialized code from place to place than one must move to the other. Typically it is faster to ship serialized code from place to place than
a chunk of data because code size is much smaller than data. Spark builds its scheduling around a chunk of data because code size is much smaller than data. Spark builds its scheduling around
this general principle of data locality. this general principle of data locality.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment