keith-turner commented on a change in pull request #960: Use NewTableConfiguration (and also trivial code cleanup) URL: https://github.com/apache/fluo/pull/960#discussion_r150135795
########## File path: modules/accumulo/src/main/java/org/apache/fluo/accumulo/util/AccumuloProps.java ########## @@ -21,5 +21,8 @@ public static final String TABLE_CLASSPATH = "table.classpath.context"; public static final String TABLE_BLOCKCACHE_ENABLED = "table.cache.block.enable"; public static final String TABLE_FORMATTER_CLASS = "table.formatter"; + public static final String TABLE_GROUP_PREFIX = "table.group."; Review comment: Thanks. This is much nicer. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
