[
https://issues.apache.org/jira/browse/HADOOP-8941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Collins moved MAPREDUCE-4731 to HADOOP-8941:
------------------------------------------------
Target Version/s: (was: 0.23.5)
Affects Version/s: (was: 2.0.2-alpha)
(was: 0.23.3)
0.23.3
2.0.2-alpha
Key: HADOOP-8941 (was: MAPREDUCE-4731)
Project: Hadoop Common (was: Hadoop Map/Reduce)
> FSShell double encodes qualified Paths
> --------------------------------------
>
> Key: HADOOP-8941
> URL: https://issues.apache.org/jira/browse/HADOOP-8941
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.0.2-alpha, 0.23.3
> Reporter: Robert Joseph Evans
> Attachments: fails.txt
>
>
> {noformat}
> $ hadoop fs -mkdir /tmp/me
> $ hadoop fs -touchz /tmp/me/A%3AB
> $ hadoop fs -ls /tmp/me/A%3AB
> Found 1 items
> -rw------- 3 me hdfs 0 2012-10-18 17:47 /tmp/me/A%3AB
> $ hadoop fs -ls hdfs:///tmp/me/A%3AB
> Found 1 items
> -rw------- 3 me hdfs 0 2012-10-18 17:47 hdfs:///tmp/me/A%253AB
> $ hadoop fs -cat hdfs:///tmp/me/A%3AB
> cat: File does not exist: /tmp/me/A%253AB
> $ hadoop fs -cat /tmp/me/A%3AB
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira