We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2b05a commit 332f7a2Copy full SHA for 332f7a2
docs/programming-guide.md
@@ -935,7 +935,7 @@ for details.
935
This always shuffles all data over the network. </td>
936
</tr>
937
<tr>
938
- <td> <b>repartitionAndSortWithinPartitions</b>(<i>partitioner</i>) </td>
+ <td> <code>repartitionAndSortWithinPartitions</code>(<i>partitioner</i>) </td>
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
941
each partition because it can push the sorting down into the shuffle machinery. </td>
0 commit comments