I am having trouble figuring out the number of executors that I need to set. I am running the glm-classification on Spark 1.5/Yarn/CDH-5.5, and it is only using one executor (and I believe one thread).
I've tried setting spark.executor.instances and spark.executor.cores to 6/8 respectively (using a cluster of 6 machines each with 8 cores). But the classificaiton is still only using one executor and one core.
Hi,
I am having trouble figuring out the number of executors that I need to set. I am running the glm-classification on Spark 1.5/Yarn/CDH-5.5, and it is only using one executor (and I believe one thread).
I've tried setting spark.executor.instances and spark.executor.cores to 6/8 respectively (using a cluster of 6 machines each with 8 cores). But the classificaiton is still only using one executor and one core.
Any thoughts are appreciated!