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.
935
935
This always shuffles all data over the network. </td>
936
936
</tr >
937
937
<tr >
938
- <td > <code >repartitionAndSortWithinPartitions</code >(<i >partitioner</i >) </td >
938
+ <td > <b >repartitionAndSortWithinPartitions</b >(<i >partitioner</i >) </td >
939
939
<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
941
941
each partition because it can push the sorting down into the shuffle machinery. </td >
942
942
</tr >
943
943
</table >
You can’t perform that action at this time.
0 commit comments