Re: Return result stream from ignite compute

2022-04-02 Thread Surinder Mehra
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

Re: Return result stream from ignite compute

2022-04-02 Thread Ilya Shishkov
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 : >

Return result stream from ignite compute

2022-04-01 Thread 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