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:27:38 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883435#comment-13883435 ] 

Yongjun Zhang commented on HADOOP-10293:
----------------------------------------

Filed HADOOP-10294 for issue #2.


> 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
>            Assignee: 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)