Hey Ryan, The *sortByKey* method creates a *RangePartitioner* (see Partitioner.scala), and the initialization code of the *RangePartitioner*invokes actions *count* and *sample*.
Jason On Mon, Dec 9, 2013 at 7:01 PM, Ryan Prenger <[email protected]> wrote: > sortByKey is listed as a data transformation, not an action, yet it > launches a job. This doesn't seem to square with the documentation. > > Ryan >
