mmiklavc commented on a change in pull request #1506: METRON-2188 Upgrade to HBase 2.0.2 URL: https://github.com/apache/metron/pull/1506#discussion_r322978557
########## File path: metron-platform/metron-hbase-server/src/main/java/org/apache/metron/hbase/coprocessor/EnrichmentCoprocessor.java ########## @@ -66,7 +69,7 @@ * @see <a href="https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.html">https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionObserver.html</a> * @see EnrichmentConfigurations Available options. */ -public class EnrichmentCoprocessor extends BaseRegionObserver { +public class EnrichmentCoprocessor implements RegionObserver, RegionCoprocessor { Review comment: The changes for this are a lot smaller than I was anticipating. This is really great. We have a link to the RegionObserver docs, should we add one to RegionCoprocessor as well? ---------------------------------------------------------------- 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
