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 "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2014/01/27 23:19:40 UTC

[jira] [Created] (HADOOP-10293) Though symlink is disabled by default, related code interprets path to be link incorrectly

Yongjun Zhang created HADOOP-10293:
--------------------------------------

             Summary: Though symlink is disabled by default,  related code interprets path to be link incorrectly
                 Key: HADOOP-10293
                 URL: https://issues.apache.org/jira/browse/HADOOP-10293
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 2.3.0
            Reporter: Yongjun Zhang


File path ...xyz/abc`/tfile is interpreted as a link, due to the existence of backtick in the file path. "abc`" is a directory name here.

There are two issues here, 

1. When symlink is disabled, the code that interprets symlink should be disabled too. This is the issue to resolve in this jira.

2. When symlink is enabled, using of backtick ` as delimiter to interpret whether a path is link need to be revisited, will file a different JIRA.
 





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)