[
https://issues.apache.org/jira/browse/HADOOP-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888373#comment-13888373
]
Yongjun Zhang commented on HADOOP-10293:
----------------------------------------
Andrew's Addendum patch for HADOOP-9652 solved the problem, thanks
[~andrew.wang]
> 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)