Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2691#discussion_r190432849
--- 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 --
In 2.0 TokenUtil is a part of hbase-server. I will spend some time to see
if there is something I can do to work around this but I really don't want to
require the server code be shipped with all of the clients. Perhaps I can
refactor autocreds so the nimbus portions are split off into a separate package.
---