Re: Distributed job scheduling

2017-02-13 Thread Denis Magda
Hi guys,

There is a relevant discussion on the dev list to introduce such a feature.

Sergei, I would recommend you join the conversation and share your thoughts and 
use case:
http://apache-ignite-developers.2346864.n4.nabble.com/Tasks-Scheduling-and-Chaining-td14293.html
 
<http://apache-ignite-developers.2346864.n4.nabble.com/Tasks-Scheduling-and-Chaining-td14293.html>

—
Denis

> On Feb 13, 2017, at 5:10 AM, dkarachentsev <dkarachent...@gridgain.com> wrote:
> 
> Hi Sergei,
> 
> Unfortunately IgniteScheduler doesn't provide such guarantees. You will have
> to write your own implementation based on top of compute tasks and
> ComputeTaskSession, or use external job submission from client.
> 
> Thanks.
> 
> -Dmitry.
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Distributed-job-scheduling-tp10566p10597.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.



Re: Distributed job scheduling

2017-02-13 Thread dkarachentsev
Hi Sergei,

Unfortunately IgniteScheduler doesn't provide such guarantees. You will have
to write your own implementation based on top of compute tasks and
ComputeTaskSession, or use external job submission from client.

Thanks.

-Dmitry.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Distributed-job-scheduling-tp10566p10597.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Distributed job scheduling

2017-02-11 Thread Sergei Egorov
Hi,

Right now Ignite has only "scheduleLocal" functionality. However, it's not
very fault tolerant.

What is the best way to schedule regular a job on a cluster in future on
*any* node with execution guarantees?


Thanks,

Sergei