[
https://issues.apache.org/jira/browse/HDFS-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509979#comment-13509979
]
Nikolai Grigoriev commented on HDFS-4205:
-----------------------------------------
Does this include FileStatus obtained via FileContext? In my code I work only
with FileContext. Also I am unable to delete that symlink I create via
FileContext - even when trying to delete via FileContext too.
> fsck fails with symlinks
> ------------------------
>
> Key: HDFS-4205
> URL: https://issues.apache.org/jira/browse/HDFS-4205
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs-client
> Affects Versions: 3.0.0, 2.0.2-alpha
> Reporter: Andy Isaacson
>
> I created a symlink using
> {code}
> ...
> FileContext fc = FileContext.getFileContext(dst.fs.getUri());
> for (PathData src : srcs) {
> fc.createSymlink(src.path, dst.path, false);
> }
> {code}
> After doing this to create a symlink {{/foo/too.txt -> /foo/hello.txt}}, I
> tried to {{hdfs fsck}} and got the following:
> {code}
> [adi@host01 ~]$ hdfs fsck /
> Connecting to namenode via http://host01:21070
> FSCK started by adi (auth:SIMPLE) from /172.29.122.91 for path / at Fri Nov
> 16 15:59:18 PST 2012
> FSCK ended at Fri Nov 16 15:59:18 PST 2012 in 3 milliseconds
> hdfs://host01:21020/foo/hello.txt
> Fsck on path '/' FAILED
> {code}
> It's very surprising that an unprivileged user can run code which so easily
> causes a fundamental administration tool to fail.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira