You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tao Jie (JIRA)" <ji...@apache.org> on 2015/08/17 18:01:46 UTC

[jira] [Created] (HADOOP-12331) FSShell Delete and Rename should operate on symlinks rather than their target

Tao Jie created HADOOP-12331:
--------------------------------

             Summary: FSShell Delete and Rename should operate on symlinks rather than their target
                 Key: HADOOP-12331
                 URL: https://issues.apache.org/jira/browse/HADOOP-12331
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 2.6.0
            Reporter: Tao Jie
            Priority: Minor


Currently,  we remove or rename a symlink in FSShell, symlink target is affected instead of symlink itself. However FileSystem#delete and FileSystem#rename can operate on symlinks rather than their targets.
FSShell should have consistent behavior as FileSystem on symlink remove and rename



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)