首页 > 解决方案 > 点燃远程作业异常

问题描述

我在 kubernetes GKE 中进行了两次部署,一次使用 apache-ignite 映像(https://apacheignite.readme.io/docs/stateless-deployment),另一次使用我的 Maven 应用程序(使用 apache-ignite https://raw .githubusercontent.com/xhulja07/igniteconfig/master/ignite-deployment.yaml)。var calls: Collection[IgniteCallable[Double]] = new ArrayList calls.add(() => {我的应用程序有一个在内部使用微风的闭包。当我尝试运行我的应用程序时,它工作正常,但是当我与集群中的其他部署同时运行它时,它给了我以下错误:

`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`

标签: scalamavenkubernetesbreezeignite

解决方案


推荐阅读