Fix two bug about single tasks and executor

1. When a single insert task times out, it may still cause statistical errors.
2. TaskManager.shutdown() ignored singleExecutor

Fix #11

Change-Id: I9a468241f369f4c7e73a95ba9a5772dac90e0ce1
12 files changed
tree: bf1a698a4eeec70ec909f4387c12092aea04d58e
  1. assembly/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. BCLOUD
  6. build.sh
  7. BUILDING.md
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

hugegraph-loader

License Build Status codecov

hugegraph-loader is a customizable command line utility for loading small to medium size graph datasets into the HugeGraph database from files with various input formats.

Features

  • Various input formats, such as json, csv, and text with any delimiters.
  • Diverse options, with which users can manage the data loading intuitively.
  • Detecting schema from data automatically, reduce the complex work of schema management.
  • Advanced customized operations with groovy script, users can configure how to construct vertices and edges by themselves.

Learn More

The project homepage contains more information about hugegraph-loader.

License

hugegraph-loader is licensed under Apache 2.0 License.