You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/04/20 22:11:24 UTC

spark git commit: fixed doc

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 <er...@gmail.com>

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 <er...@gmail.com>
Authored: Mon Apr 20 13:11:21 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org