[
https://issues.apache.org/jira/browse/HDFS-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835853#action_12835853
]
Owen O'Malley commented on HDFS-990:
------------------------------------
I suspect that you caught it before Hudson had pushed the change to Common out.
{quote}
mvn-install:
[artifact:install] [INFO] Installing
/Users/oom/work/eclipse/hdfs-trunk/build/hadoop-hdfs-0.22.0-SNAPSHOT.jar to
/Users/oom/.m2/repository/org/apache/hadoop/hadoop-hdfs/0.22.0-SNAPSHOT/hadoop-hdfs-0.22.0-SNAPSHOT.jar
[artifact:install] [INFO] Installing
/Users/oom/work/eclipse/hdfs-trunk/build/hadoop-hdfs-test-0.22.0-SNAPSHOT.jar
to
/Users/oom/.m2/repository/org/apache/hadoop/hadoop-hdfs-test/0.22.0-SNAPSHOT/hadoop-hdfs-test-0.22.0-SNAPSHOT.jar
BUILD SUCCESSFUL
{quote}
Trunk compiles for me, do you still see this?
> FSNameSystem#renewDelegationToken doesn't compile
> -------------------------------------------------
>
> Key: HDFS-990
> URL: https://issues.apache.org/jira/browse/HDFS-990
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: name-node
> Affects Versions: 0.22.0
> Reporter: Eli Collins
> Priority: Blocker
> Fix For: 0.22.0
>
>
> The following code returns a boolean but a long (the new expiration time) is
> expected. Looks like HDFS-986 introduced this.
> {code}
> public long renewDelegationToken(Token<DelegationTokenIdentifier> token)
> throws InvalidToken, IOException {
> String renewer = UserGroupInformation.getCurrentUser().getShortUserName();
> return dtSecretManager.renewToken(token, renewer);
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.