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)