I am using Apache Spark on EMR and would like to choose my resources in the form of machines
I would like to give each executor all of the resources on the machine that runs it.
I found here how to select the amount of resources each executor has, but I would like to just allow it to exhaust all the resources on the worker running it.
Is that possible in Spark (mainly EMR)