Skip to content

Commit 7a0b96f

Browse files
committed
Update programming-guide.md
Removed extraneous reference to repartitionAndSort
1 parent 2c5df08 commit 7a0b96f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/programming-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,7 @@ organize those such that all values for any key lie within the same partition -
11151115

11161116
Although the set of elements in each partition of newly shuffled data will be deterministic, the
11171117
ordering of these elements is not. If one desires predictably ordered data following shuffle
1118-
operations, `sortBy` can be used to perform a global sort. A similar operation,
1119-
[`repartitionAndSortWithinPartitions`](#Repartition2Link`) coupled with `mapPartitions`,
1120-
may be used to enact a Hadoop style shuffle.
1118+
operations, `sortBy` can be used to perform a global sort.
11211119

11221120
Operations which can cause a shuffle include **repartition** operations like
11231121
[`repartition`](#RepartitionLink), and [`coalesce`](#CoalesceLink), **'ByKey** operations

0 commit comments

Comments
 (0)