Can I use multi-threading inside pyspark mapPartitions?
I am running a spark job, where I have to do API calls over each row. We are using rdd map to run a p
rdd map