Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/300#discussion_r217848617
--- Diff:
extras/indexing/src/main/java/org/apache/rya/indexing/mongodb/AbstractMongoIndexer.java
---
@@ -73,12 +72,12 @@
protected T storageStrategy;
private MongoDbBatchWriter<DBObject> mongoDbBatchWriter;
+ protected String collectionName;
--- End diff --
Is this field ever set anywhere?---
