JHUAPL / AccumuloGraph

An implementation of TinkerPop Blueprints using Accumulo
Apache License 2.0
33 stars 12 forks source link

Index create issue of AccumuloBulkIngester.class #109

Closed Gary-Li closed 9 years ago

Gary-Li commented 9 years ago

Hi, Thanks for provide this wonderful library!

I encounter a problem during I ingest data via AccumuloBulkIngester.class. In shutdown method, seems it try to load indexed columns from metaKEY table and re-index. but that never index columns if the graph tables just be created. https://github.com/JHUAPL/AccumuloGraph/blob/master/src/main/java/edu/jhuapl/tinkerpop/AccumuloBulkIngester.java#L238

Thanks!

webbrl1 commented 9 years ago

Looks like we might have addressed that in a recent commit. I can do a release to include this fix.

webbrl1 commented 9 years ago

Try version 0.2.1 and let us know if the issue persists

Gary-Li commented 9 years ago

Thanks webbrl1!