We use Spark through Spark API with pyspark. I know Numba can make python code very fast so it is a good thing to use it on our udfs (user-defined function) but I'm not sure Numba decorator still works on the executors, for example with map or mapPartion.
Can Numba work with pyspark udfs? Should it work even when the job is sent to the workers (executors)?