Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-8941

FSShell double encodes qualified Paths

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.23.3, 2.0.2-alpha
    • None
    • None
    • None

    Description

      $ 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
      

      Attachments

        1. fails.txt
          2 kB
          Robert Joseph Evans

        Activity

          People

            Unassigned Unassigned
            revans2 Robert Joseph Evans
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: