Hey,
They are deployed already. What itbis complaining about is the lambda
inside stream.map(). If I remove it, it works fine.
Question is how can we work around stream operations which always take
lambda function.
On Sun, 3 Apr 2022, 00:15 Ilya Shishkov, wrote:
> Hi Surinder,
>
> Your tasks an
Hi Surinder,
Your tasks and nested classes should be in the class path of the
server node. You can deploy them manually or automatically by means of
peer-class loading [1].
1. https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading
пт, 1 апр. 2022 г. в 15:12, Surinder Mehra :
>
Hi, I am trying to return the result stream from ignite compute task. When
compute task has a map() on stream it fails with below error . Can someone
please explain.
"Exception in thread "main" class
org.apache.ignite.binary.BinaryObjectException: Failed to deserialize
object [typeName=java.util.s