Re: What if request cores are not satisfied

2015-07-24 Thread Akhil Das
I guess it would wait for sometime and throw up something like this: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory Thanks Best Regards On Thu, Jul 23, 2015 at 7:53 AM, bit1...@163.com bit1...@163.com wrote:

What if request cores are not satisfied

2015-07-22 Thread bit1...@163.com
Hi, Assume a following scenario: The spark standalone cluster has 10 cores in total, I have an application that will request 12 cores. Will the application run with fewer cores than requested or will it simply wait for ever since there are only 10 cores available. I would guess it will be run