Github user joshelser commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2518#discussion_r178043080
--- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml
---
@@ -79,6 +80,73 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-server</artifactId>
+ <version>1.3.1</version>
--- End diff --
FYI, 1.3.2 was just released if you want to pick that up :)---
