Repository: spark Updated Branches: refs/heads/master 1ebceaa55 -> 97fda73db
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 <[email protected]> Closes #5599 from ericchiang/docs-typo and squashes the following commits: 1177942 [Eric Chiang] fixed doc Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/97fda73d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/97fda73d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/97fda73d Branch: refs/heads/master Commit: 97fda73db4efda2ba5b12937954de428258a5b56 Parents: 1ebceaa Author: Eric Chiang <[email protected]> Authored: Mon Apr 20 13:11:21 2015 -0700 Committer: Reynold Xin <[email protected]> Committed: Mon Apr 20 13:11:21 2015 -0700 ---------------------------------------------------------------------- docs/programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/97fda73d/docs/programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/programming-guide.md b/docs/programming-guide.md index f4fabb0..2781651 100644 --- a/docs/programming-guide.md +++ b/docs/programming-guide.md @@ -1093,7 +1093,7 @@ for details. ### Shuffle operations Certain operations within Spark trigger an event known as the shuffle. The shuffle is Spark's -mechanism for re-distributing data so that is grouped differently across partitions. This typically +mechanism for re-distributing data so that it's grouped differently across partitions. This typically involves copying data across executors and machines, making the shuffle a complex and costly operation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
