When running the README.md step by step on a fresh VM,
you get
Caused by: java.lang.ClassNotFoundException: com.amazon.titan.diskstorage.dynamodb.DynamoDBStoreManager
after the command bin/gremlin-server.sh ${PWD}/conf/gremlin-server/gremlin-server-local.yaml
This was fixed by
cp ~/dynamodb-titan-storage-backend/target/dynamodb-titan100-storage-backend-1.0.2.jar lib/
In other words, a jar is missing when running everything step by step.
When running the README.md step by step on a fresh VM, you get
Caused by: java.lang.ClassNotFoundException: com.amazon.titan.diskstorage.dynamodb.DynamoDBStoreManager
after the command
bin/gremlin-server.sh ${PWD}/conf/gremlin-server/gremlin-server-local.yaml
This was fixed by
cp ~/dynamodb-titan-storage-backend/target/dynamodb-titan100-storage-backend-1.0.2.jar lib/
In other words, a jar is missing when running everything step by step.