mmiklavc commented on a change in pull request #1458: METRON-2177 Upgrade Profiler for HBase 2.0.2 URL: https://github.com/apache/metron/pull/1458#discussion_r311145031
########## File path: metron-analytics/metron-profiler-storm/src/main/config/profiler.properties ########## @@ -61,6 +61,8 @@ profiler.hbase.table=profiler profiler.hbase.column.family=P profiler.hbase.batch=10 profiler.hbase.flush.interval.seconds=30 +profiler.hbase.client.factory=org.apache.metron.hbase.client.HBaseTableClientFactory Review comment: I think I got hung up a bit on the use of table in the name. It's specific to hbase tables, not as a general hbase client? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
