You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Aram Mkrtchyan <ar...@gmail.com> on 2015/08/24 10:15:24 UTC

[Spark Streaming on Mesos (good practices)]

which are the best practices to submit spark streaming application on mesos.
I would like to know about scheduler mode.
Is `coarse-grained` mode right solution?

Thanks

Re: [Spark Streaming on Mesos (good practices)]

Posted by Aram Mkrtchyan <ar...@gmail.com>.
Here is the answer to my question if somebody needs it

   Running Spark in Standalone mode or coarse-grained Mesos mode leads to
better task launch times than the fine-grained Mesos mode.

The resource is
http://spark.apache.org/docs/latest/streaming-programming-guide.html

On Mon, Aug 24, 2015 at 12:15 PM, Aram Mkrtchyan <
aram.mkrtchyan.87@gmail.com> wrote:

> which are the best practices to submit spark streaming application on
> mesos.
> I would like to know about scheduler mode.
> Is `coarse-grained` mode right solution?
>
> Thanks
>