I want using pyspark to parallelize python methods for example with the map function. Is there an possibility that each RDD are getting exactly one map function?
For