[
https://issues.apache.org/jira/browse/HDFS-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836306#action_12836306
]
Kan Zhang commented on HDFS-992:
--------------------------------
ant run-test-hdfs, all passed, but one TestFiRename.java didn't compile.
{code}
compile-fault-inject:
[echo] Start weaving aspects in place
[iajc] error at public class TestRename {
[iajc] ^^^^^^^^^
[iajc]
/export/crawlspace/kan/6666/hdfs/trunk/src/test/aop/org/apache/hadoop/fs/TestFiRename.java:50:0::0
The public type TestRename must be defined in its own file
[iajc] MessageHolder: (220 info) (1 error)
[iajc] [error 0]: error at public class TestRename {
[iajc] ^^^^^^^^^
[iajc]
/export/crawlspace/kan/6666/hdfs/trunk/src/test/aop/org/apache/hadoop/fs/TestFiRename.java:50:0::0
The public type TestRename must be defined in its own file
{code}
> Re-factor block access token implementation to conform to the generic Token
> interface in Common
> -----------------------------------------------------------------------------------------------
>
> Key: HDFS-992
> URL: https://issues.apache.org/jira/browse/HDFS-992
> Project: Hadoop HDFS
> Issue Type: New Feature
> Components: security
> Reporter: Kan Zhang
> Assignee: Kan Zhang
> Attachments: h992-12.patch
>
>
> This makes it possible to use block access token as shared key for
> client-to-datanode authentication over RPC. However, access authorization is
> still based on block access token semantics.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.