Repository: spark Updated Branches: refs/heads/branch-1.3 9909ad3e0 -> 3a39d7c17
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 (cherry picked from commit 97fda73db4efda2ba5b12937954de428258a5b56) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3a39d7c1 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3a39d7c1 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3a39d7c1 Branch: refs/heads/branch-1.3 Commit: 3a39d7c17513d98b08f4f86b12d1df9932e1aa60 Parents: 9909ad3 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:30 2015 -0700 ---------------------------------------------------------------------- docs/programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/3a39d7c1/docs/programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/programming-guide.md b/docs/programming-guide.md index dcb8039..7eb14c0 100644 --- a/docs/programming-guide.md +++ b/docs/programming-guide.md @@ -1029,7 +1029,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]
