Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/296#discussion_r187739297
--- Diff:
extras/indexing/src/main/java/org/apache/rya/indexing/accumulo/ConfigUtils.java
---
@@ -438,6 +438,9 @@ public static boolean getUsePcjUpdaterIndex(final
Configuration conf) {
return Optional.fromNullable(conf.get(FLUO_APP_NAME));
}
+ public static void setUseMongo(final Configuration conf, final boolean
useMongo) {
--- End diff --
sure makes sense---
