DEV Community

Sachin Gupta
Sachin Gupta

Posted on

can a map function be executed on multiple executors for an item in RDD.

I have an RDD of Item objects on which I am applying a map function. I tried to get the executorId inside this map function for one particular Item using id column present in Item. I got different executor ids. not able to understand why ?

any leads/pointers are much appreciated.

Top comments (0)