Skip to content

Commit b0a408c

Browse files
ericchiangmarkhamstra
authored andcommitted
fixed doc
The contribution is my original work. I license the work to the project under the project's open source license. Small typo in the programming guide. Author: Eric Chiang <eric.chiang.m@gmail.com> Closes apache#5599 from ericchiang/docs-typo and squashes the following commits: 1177942 [Eric Chiang] fixed doc (cherry picked from commit 97fda73) Signed-off-by: Reynold Xin <rxin@databricks.com>
1 parent 59e3101 commit b0a408c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ for details.
10291029
### Shuffle operations
10301030

10311031
Certain operations within Spark trigger an event known as the shuffle. The shuffle is Spark's
1032-
mechanism for re-distributing data so that is grouped differently across partitions. This typically
1032+
mechanism for re-distributing data so that it's grouped differently across partitions. This typically
10331033
involves copying data across executors and machines, making the shuffle a complex and
10341034
costly operation.
10351035

0 commit comments

Comments
 (0)