apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

refact(core): adaptor for common 1.2 & fix a string of possible CI problem #286

Closed imbajin closed 9 months ago

imbajin commented 9 months ago

Purpose of the PR

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

simon824 commented 9 months ago
Error:  /home/runner/work/incubator-hugegraph-computer/incubator-hugegraph-computer/computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/OperatorEntrypoint.java:[39,23] package org.apache.http does not exist

This exception in CI seems to be caused by common 1.2

imbajin commented 9 months ago
Error:  /home/runner/work/incubator-hugegraph-computer/incubator-hugegraph-computer/computer-k8s-operator/src/main/java/org/apache/hugegraph/computer/k8s/operator/OperatorEntrypoint.java:[39,23] package org.apache.http does not exist

This exception in CI seems to be caused by common 1.2

Yes, I'll adapt it soon (already marked in the commons PR)

Update: (such problem we could ask for coplit/LLM instead) image

imbajin commented 9 months ago

this PR will update after toolchain upgrade to v1.2 (currently it has dependency conflicts)

image
imbajin commented 9 months ago

@coderzc we could replace all the download & start service script to docker run if the image exist like https://github.com/apache/incubator-hugegraph-computer/pull/286/commits/adf4c43100c71456d4a95b9f473efdf0c6c57f86

TODOs: