aroundabout commented on PR #530: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/530#issuecomment-1805319261
> Hi, @aroundabout, thanks for your outstanding efforts on this issue, i test locally and find some issues. > > Firstly, i try to build the image locally but fails. > > ``` > (base) kirin@kirinbiotech:~/lx/incubator-hugegraph-toolchain$ docker build -t hg-loader:1.0 hugegraph-loader/ > ``` > >  > > Then, i use `loader image` from here: https://hub.docker.com/r/dandelionivy/loader/tags > >  > > ``` > kirin@kirinbiotech:~/lx/incubator-hugegraph-toolchain/hugegraph-loader/assembly/static$ docker exec -it loader bin/hugegraph-loader.sh -g hugegraph -f example/file/struct.json -s example/file/schema.groovy -p 8080 -h 192.168.110.158 > ``` > >  > > but still fails to load data. 1. How to build locally try `docker build -f hugegraph-loader/Dockerfile hg-loader .` 2. The question is caused by server https://github.com/apache/incubator-hugegraph/issues/2346. The PR to fix it has been opened https://github.com/apache/incubator-hugegraph/pull/2347 -- 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]
