Repository: spark
Updated Branches:
  refs/heads/master 0f3fa2f28 -> 1076e4f00


[MINOR][DOCS] Fix grammatical error in SortShuffleManager

## What changes were proposed in this pull request?

Fix a grammatical error in the comment of SortShuffleManager.

## How was this patch tested?

N/A

Closes #21956 from deshanxiao/master.

Authored-by: deshanxiao <42019462+deshanx...@users.noreply.github.com>
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1076e4f0
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1076e4f0
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1076e4f0

Branch: refs/heads/master
Commit: 1076e4f0026914804b5948ff0da0c84def1315cc
Parents: 0f3fa2f
Author: deshanxiao <42019462+deshanx...@users.noreply.github.com>
Authored: Tue Aug 7 09:36:37 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Tue Aug 7 09:36:37 2018 +0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1076e4f0/core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala
----------------------------------------------------------------------
diff --git 
a/core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala 
b/core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala
index d9fad64..0caf84c 100644
--- a/core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala
+++ b/core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala
@@ -27,7 +27,7 @@ import org.apache.spark.shuffle._
  * In sort-based shuffle, incoming records are sorted according to their 
target partition ids, then
  * written to a single map output file. Reducers fetch contiguous regions of 
this file in order to
  * read their portion of the map output. In cases where the map output data is 
too large to fit in
- * memory, sorted subsets of the output can are spilled to disk and those 
on-disk files are merged
+ * memory, sorted subsets of the output can be spilled to disk and those 
on-disk files are merged
  * to produce the final output file.
  *
  * Sort-based shuffle has two different write paths for producing its map 
output files:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to