File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -935,9 +935,9 @@ for details.
935935 This always shuffles all data over the network. </td>
936936</tr >
937937<tr >
938- <td > <code >repartitionAndSortWithinPartitions</code >(<i >partitioner</i >) </td >
938+ <td > <b >repartitionAndSortWithinPartitions</b >(<i >partitioner</i >) </td >
939939 <td > Repartition the RDD according to the given partitioner and, within each resulting partition,
940- sort records by their keys. This is more efficient than calling <b >repartition</b > and then sorting within
940+ sort records by their keys. This is more efficient than calling <code >repartition</code > and then sorting within
941941 each partition because it can push the sorting down into the shuffle machinery. </td >
942942</tr >
943943</table >
You can’t perform that action at this time.
0 commit comments