Runs map over the RDD's values in a threadpool, as a means to parallelize blocking IO, etc.
Runs map over the RDD's values in a threadpool, as a means to parallelize blocking IO, etc.
The function to run
The size of the threadpool (i.e. the amount of parallel execution within each executor core)
A new RDD of key-value pairs, having applied op to all values of this RDD