Fwd: Spark application does not work with only one core

2017-03-06 Thread Maximilien Belinga
I am currently working to deploy two spark applications and I want to restrict cores and executors per application. My config is as follows: spark.executor.cores=1 spark.driver.cores=1 spark.cores.max=1 spark.executor.instances=1 Now the issue is that with this exact configuration, one streaming

Spark application does not work with only one core

2017-03-06 Thread Maximilien Belinga
I am currently working to deploy two spark applications and I want to restrict cores and executors per application. My config is as follows: spark.executor.cores=1 spark.driver.cores=1 spark.cores.max=1 spark.executor.instances=1 Now the issue is that with this exact configuration, one streaming