I have made two deployments in kubernetes GKE, one with the apache-ignite image (https://apacheignite.readme.io/docs/stateless-deployment) and another one with my Maven app (using apache-ignite https://raw.githubusercontent.com/xhulja07/igniteconfig/master/ignite-deployment.yaml). My app has a closure var calls: Collection[IgniteCallable[Double]] = new ArrayList calls.add(() => {
which uses breeze inside. When I try running my app only it works fine, but when I run it simultaneously with the other deployment in the cluster, it gives me the following error:
`class org.apache.ignite.IgniteException: Remote job threw user exception (override or
implement ComputeTask.result(..) method if you would like to have automatic failover for
this exception): class org.apache.ignite.IgniteCheckedvException:
breeze.linalg.DenseVector$SerializedFormer
Caused by: java.lang.ClassNotFoundException: breeze.linalg.DenseVector$SerializedForm`