amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Gremlin Server in EC2 using CloudFormation templates #251

Closed rahulbudhrani01 closed 6 years ago

rahulbudhrani01 commented 6 years ago

I followed all the steps as mentioned, was able to get the ec2 instance up. Attaching screenshot of the same.

screen shot 2017-12-08 at 10 20 31 pm

But when I try to access the gremlin server using the output in aws console it says /usr/local/packages/dynamodb-janusgraph-storage-backend-1.1.1/bin/gremlin.sh: No such file or directory. I am using the dynamodb.properties present in src/test/resources with my region. Any help in this regard would be appreciated.

radupintilie commented 6 years ago

Any update on this? I have the exact same issue, somehow the gremlin install script does not run properly and gremlin is not installed.

dvirgiln commented 6 years ago

Any update here?

danieljue commented 6 years ago

I can confirm I have the same issues. I am adjusting the dynamodb-janusgrph-storage-backend-cfn.yaml to see what the problem is. It might be a java version/maven version issue that causes the install-gremlin-server.sh to fail.

danieljue commented 6 years ago

See #260