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
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