Skip to content

Commit

Permalink
Update load-data-into-hugegraph.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Dec 5, 2023
1 parent e85856f commit 4256911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions computer-dist/src/assembly/travis/load-data-into-hugegraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ unzip -d ${DATASET_DIR} ml-latest-small.zip

cd ${DATASET_DIR}/.. && pwd && ls -lh *
docker run -id --name=loader -v dataset:/dataset hugegraph/loader:latest
docker exec -i loader ls -lh /dataset
docker cp dataset loader:/dataset

docker exec -i loader bin/hugegraph-loader.sh -g hugegraph -f /dataset/struct.json \
-s /dataset/schema.groovy -h graph -p 8080
Expand Down

0 comments on commit 4256911

Please sign in to comment.