Skip to content

Commit 9841843

Browse files
authored
Merge pull request JerryLead#65 from lukasnalezenec/patch-1
typo in 2-JobLogicalPlan.md
2 parents 20e97f1 + 1f65e50 commit 9841843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EnglishVersion/2-JobLogicalPlan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ We have talked about `groupByKey`'s dependency before, now we make it more clear
151151

152152
![reduceyByKey](../PNGfigures/reduceByKey.png)
153153

154-
`reduceByKey()` is similar to `reduce()` in MapReduce. The data flow is equivalent. `redcuceByKey` enables map-side combine by default, which is carried out by `mapPartitions()` before shuffle and results in `MapPartitionsRDD`. After shuffle, `aggregate + mapPartitions()` is applied to `ShuffledRDD`. Again, we get a `MapPartitionsRDD`.
154+
`reduceByKey()` is similar to `reduce()` in MapReduce. The data flow is equivalent. `reduceByKey` enables map-side combine by default, which is carried out by `mapPartitions()` before shuffle and results in `MapPartitionsRDD`. After shuffle, `aggregate + mapPartitions()` is applied to `ShuffledRDD`. Again, we get a `MapPartitionsRDD`.
155155

156156
**3) distinct(numPartitions)**
157157

0 commit comments

Comments
 (0)