Re: Multiple spark-submits vs akka-actors

2015-09-02 Thread srungarapu vamsi
I am not manually setting spark.mesos.coarse to true neither in the code nor in any configuration file. So it should be taking the default value and so it should be running in fine-grained mode. When i try to log, conf.get("spark.mesos.coarse"), my application exited with this error: Exception in

Re: Multiple spark-submits vs akka-actors

2015-09-02 Thread Akhil Das
"Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources". I'm assuming you are submitting the job in coarse-grained mode, in that case make sure you are asking for the available resources. If you want to submit multipl