File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1115,9 +1115,7 @@ organize those such that all values for any key lie within the same partition -
11151115
11161116Although the set of elements in each partition of newly shuffled data will be deterministic, the
11171117ordering 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
11221120Operations which can cause a shuffle include ** repartition** operations like
11231121[ ` repartition ` ] ( #RepartitionLink ) , and [ ` coalesce ` ] ( #CoalesceLink ) , ** 'ByKey** operations
You can’t perform that action at this time.
0 commit comments