Hi, I am running a spark job in spark EC2 machine whiich has 40 cores. Driver and executor memory is 16 GB. I am using local[*] but I still get only one executor(driver). Is there a way to get more executors with this config.
I am not using yarn or mesos in this case. Only one machine which is enough for our work load but the data is increased. Thanks, Asmath