orientdb
orientdb copied to clipboard
Error using ETL in Docker Container
OrientDB Version: 3.2.17
Java Version: 1.8.0_362-b09
OS: Ubuntu
Expected behavior
Running ETL in the docker container to load a CSV file via a JSON configuration file.
Actual behavior
Error: Could not find or load main class com.orientechnologies.orient.etl.OETLProcessor
Steps to reproduce
$ docker exec -it orientdb ./bin/oetl.sh ../data/load.json The error occurs even if the json file parameter is left off.