My executor has the following spec (lscpu):

CPU(s): 16
Core(s) per socket: 4
Socket(s): 2
Thread(s) per code: 2

The CPU count is obviously 4*2*2 = 16. My question is what value is Spark
expecting in SPARK_EXECUTOR_CORES ? The CPU count (16) or total # of cores
(2 * 2 = 4) ?

Thanks

Reply via email to