Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2691#discussion_r196544696
--- Diff: external/storm-hbase/pom.xml ---
@@ -42,31 +42,15 @@
<version>${project.version}</version>
<scope>${provided.scope}</scope>
</dependency>
- <dependency>
--- End diff --
I didn't test delegation tokens, but the code to download it didn't change
and is a part of the client. It moved to the server in 2.x, which is why I
didn't go to 2.x right now. To support 2.x we will want to split up the
AutoHbase credentials so we don't need to have the server on the classpath just
for that API.
---