Hi,

When using ComputeTaskContinuousMapper is it possible to send the tasks to
a subset of nodes in the cluster?

I start a compute job by running:

ignite.compute(ignite.cluster().forRemotes())

Then in my ComputeTaskAdapter I call:

mapper.send(new MyComputeJobAdapter())

But I see jobs running on the local node.

Thanks,

Sam

Reply via email to