Runs map over the RDD in a threadpool, as a means to parallelize blocking IO, etc.
Runs map over the RDD in a threadpool, as a means to parallelize blocking IO, etc.
The result type of the map operation
The function to run
The size of the threadpool (i.e. the amount of parallel execution within each executor core)
A new RDD, having applied op to all elements of this RDD