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`
   
![a92e4024a7cae2b09a858860bd508eb](https://github.com/apache/incubator-hugegraph-computer/assets/36229835/ef1d9ee4-6889-4799-977c-5b36704ef6fd)
   
   It seems `io.grpc.grpc-cor` jar is conflicting.
   
![img_v3_0266_693b3a1a-f75e-4d48-89c1-b92f40e77b3g](https://github.com/apache/incubator-hugegraph-computer/assets/36229835/9d6b776a-85e8-4397-916d-5b5a36119d2b)
   
   
   


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

Reply via email to