[
https://issues.apache.org/jira/browse/MAPREDUCE-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Joseph Evans updated MAPREDUCE-4731:
-------------------------------------------
Summary: FSShell double encodes qualified Paths (was: FSShell doble
encodes qualified Paths)
> FSShell double encodes qualified Paths
> --------------------------------------
>
> Key: MAPREDUCE-4731
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4731
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 0.23.3, 2.0.2-alpha
> Reporter: Robert Joseph Evans
>
> {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