Github user harshach commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/215#discussion_r16118504
--- 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 pulled out of all the dependencies from hadoop-auth as most of
them are already in storm-core/pom.xml or not needed. I noticed a bug when user
doesn't have UI-Filter configured it will throw an exception as servlet-request
doesn't contain any user related info which causes authorizer to fail. I'll
update the PR. Thanks.
---
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.
---