graph-lab/janusgraph-schema-manager

Add a way to rebuild the index in a distributed way for DynamoDB

ngrigoriev opened this issue · 0 comments

The implementation will be more difficult than for HBase and Cassandra.

MapReduceIndexManagement is limited to only HBase and Cassandra backends. DynamoDB support will either require a different set of classes (probably can be based on Cassandra implementation) or a major refactoring of MapReduceIndexManagement and related classes.