[
https://issues.apache.org/jira/browse/HADOOP-9989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113361#comment-14113361
]
zhihai xu commented on HADOOP-9989:
-----------------------------------
The test failure is not related to this change:
Running org.apache.hadoop.security.token.delegation.web.TestWebDelegationToken
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.193 sec <<<
FAILURE! - in
org.apache.hadoop.security.token.delegation.web.TestWebDelegationToken
testDelegationTokenAuthenticationURLWithNoDTFilter(org.apache.hadoop.security.token.delegation.web.TestWebDelegationToken)
Time elapsed: 0.152 sec <<< ERROR!
java.net.BindException: Address already in use
The test is passed in my local build.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.security.token.delegation.web.TestWebDelegationToken
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.528 sec - in
org.apache.hadoop.security.token.delegation.web.TestWebDelegationToken
Results :
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary
> file but set it to the configuration as JSON file.
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-9989
> URL: https://issues.apache.org/jira/browse/HADOOP-9989
> Project: Hadoop Common
> Issue Type: Bug
> Components: security, util
> Affects Versions: 2.1.0-beta
> Environment: Red Hat Enterprise 6 with Sun Java 1.7 and IBM Java 1.6
> Reporter: Jinghui Wang
> Assignee: zhihai xu
> Attachments: HADOOP-9989.001.patch, HADOOP-9989.patch
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> The code in JIRA HADOOP-9374's patch introduced a bug, where the value of the
> tokenCacheFile parameter is being parsed as a binary file and set it to the
> mapreduce.job.credentials.json parameter in GenericOptionsParser, which
> cannot be parsed by JobSubmitter when it gets the value.
--
This message was sent by Atlassian JIRA
(v6.2#6252)