Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2691#discussion_r190428653
--- Diff: pom.xml ---
@@ -294,7 +294,7 @@
<hive.version>0.14.0</hive.version>
<hadoop.version>2.6.1</hadoop.version>
<hdfs.version>${hadoop.version}</hdfs.version>
- <hbase.version>1.1.12</hbase.version>
+ <hbase.version>1.4.4</hbase.version>
--- End diff --
I am happy to give it a try. I was a bit cautious with it being a major
version change, and that there was no 2.0.1 yet. But it does fit better with
going to hadoop 3.1 coming in another pull request. Probably after this one is
merged in.
---