Thanks Andrey.

Is there any to way to change the behavior ? assign the tasks (equal to
cluster size) and assign the remain tasks in the same when tasks completed
on nodes ?  ignite load balancer will rescue  here ?Please advice.


Thanks

On 16 February 2017 at 18:35, Andrey Gura <[email protected]> wrote:

> Hi,
>
> when you invoke call() your jobs will mapped to nodes and then will be
> sent to mapped nodes for job execution. So answer is yes, jobs will be
> assigned to nodes even number of jobs is greater than number of nodes.
> All 9 jobs will be assigned in the beginning.
>
> On Thu, Feb 16, 2017 at 9:12 AM, Anil <[email protected]> wrote:
> > Hi,
> >
> > Does ignite assign the jobs when ignite.compute().call(jobs) is executed
> > even number of jobs greater than number of nodes?
> >
> > Lets say i have to execute the 9 jobs on 4 node cluster. Will 9 jobs
> > assigned to nodes in the beginning itself ? or assign each job to each
> node
> > and when node finishes the job assign the other job ?
> >
> > Thanks.
> >
> >
> >
>

Reply via email to