I run Spark through Zeppelin in a YARN cluster. When I see my YARN web ui I see that Zeppelin uses 1 container, 1 core and 1g of memory. So go to my interpreter settings and I change them to:
spark.cores.max 8
spark.executor.memory 8g
and I restart the interpreter but my memory allocation stays the same:

I event tried to add to interpreter property args to:
args --driver-memory 8G --executor-memory 8G --executor-cores 8
but no change either.
Appreciate any suggestion.
"yarn.scheduler.capacity.resource-calculator":"org.apache.hadoop.yarn.util.resource.DominantResourceCalculator"incapacity-scheduler.xml? - Glennie Helles Sindholt