Open
Description
Could Spark be added as a supported executor?
Maybe RDD.map or RDD.mapPartitions would be the correct way to map a function similar to map_unordered
in the Lithops executor.
To support this a guess would need to be made up front on the reserved memory available for python UDFs. It sounds like currently this would be done globally but maybe later could be done on a per-operator basis?