Re: Can not allocate executor when running spark on mesos

2015-09-10 Thread Iulian DragoČ™
On Thu, Sep 10, 2015 at 3:35 AM, canan chen wrote: > Finally got the answer. Actually it works fine. The allocation behavior > on mesos is a little different from yarn/standalone. Seems the executor in > mesos is lazily allocated (only when job is executed) while executor in > yarn/standalone is

Re: Can not allocate executor when running spark on mesos

2015-09-09 Thread canan chen
Finally got the answer. Actually it works fine. The allocation behavior on mesos is a little different from yarn/standalone. Seems the executor in mesos is lazily allocated (only when job is executed) while executor in yarn/standalone is allocated when spark-shell is started. On Tue, Sep 8, 201

Re: Can not allocate executor when running spark on mesos

2015-09-08 Thread canan chen
Yes, I follow the guide in this doc, and run it as mesos client mode On Tue, Sep 8, 2015 at 6:31 PM, Akhil Das wrote: > In which mode are you submitting your application? (coarse-grained or > fine-grained(default)). Have you gone through this documentation already? > http://spark.apache.org/docs

Re: Can not allocate executor when running spark on mesos

2015-09-08 Thread Akhil Das
In which mode are you submitting your application? (coarse-grained or fine-grained(default)). Have you gone through this documentation already? http://spark.apache.org/docs/latest/running-on-mesos.html#using-a-mesos-master-url Thanks Best Regards On Tue, Sep 8, 2015 at 12:54 PM, canan chen wrote