Re: Distributed job scheduling

2017-02-13 Thread Denis Magda
ll 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-

Re: Distributed job scheduling

2017-02-13 Thread dkarachentsev
-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