Prasad Mujumdar created EAGLE-104:
-------------------------------------
Summary: Fix the unit test TestHDFSSecuritylogParser
Key: EAGLE-104
URL: https://issues.apache.org/jira/browse/EAGLE-104
Project: Eagle
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Prasad Mujumdar
The test fails with following error
{noformat}
java.lang.StringIndexOutOfBoundsException">
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at
java.lang.String.substring(String.java:1911) at
org.apache.eagle.security.util.LogParseUtil.parseUserFromUGI(LogParseUtil.java:39)
at
org.apache.eagle.security.securitylog.parse.HDFSSecurityLogParser.parseAttr(HDFSSecurityLogParser.java:78)
at
org.apache.eagle.security.securitylog.parse.HDFSSecurityLogParser.parse(HDFSSecurityLogParser.java:52)
at
org.apache.eagle.security.TestHDFSSecuritylogParser.test(TestHDFSSecuritylogParser.java:36)
{noformat}
Looks like the problem is that the UGI parsing method is not handling the
simple authentication scenario where user name is not a kerberos principal.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)