diaohancai opened a new issue, #295: URL: https://github.com/apache/incubator-hugegraph-computer/issues/295
### Bug Type (问题类型) exception / error (运行异常) ### Before submit - [X] 我已经确认现有的 [Server-Issues](https://github.com/apache/hugegraph-computer/issues) 与 [Computer-Issues](https://github.com/apache/hugegraph-computer/issues) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v1.2.0 - Computer Version: v1.2.0 - Scheduler: K8s V1.22.12 - Data Size: 10 vertices, 10 edges ### Expected & Actual behavior (期望与实际表现) Submit computing job to k8s, job yaml: ```yaml apiVersion: operator.hugegraph.apache.org/v1 kind: HugeGraphComputerJob metadata: namespace: hugegraph-computer-operator-system name: &jobName pagerank spec: jobId: *jobName algorithmName: page_rank image: hugegraph/hugegraph-computer:latest jarFile: /hugegraph/hugegraph-computer/algorithm/builtin-algorithm.jar pullPolicy: Always workerCpu: "1" workerMemory: "3Gi" workerInstances: 2 computerConf: job.partitions_count: "2" algorithm.params_class: org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRankParams hugegraph.url: http://xxx:8080 hugegraph.name: hugegraph ``` Then job fails and throws an exception `java.lang.NoClassDefFoundError: io/grpc/InternalConfigSelector`  It seems `io.grpc.grpc-cor` jar is conflicting.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
