Github user harshach commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/215#discussion_r15837836
--- Diff: storm-core/pom.xml ---
@@ -197,6 +201,21 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-auth</artifactId>
--- End diff --
@revans2 I understand having that as dependency is going to be issue. But
wanted to have kerberos based filter to be shipped with storm it will give
users an easy access instead of putting hadoop-auth in the classpath to enable
the filter. What you think about copying required code from hadoop-auth into
storm. Mostly duplicating as there wasn't anything to chnage apart from
probably cookie name.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---