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

If local file included a '%' character in a file name, we can't copy to dfs becuase RawLocalFileSystem.getPath() returns urlencoded '%25'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • fs
    • None

    Description

      FileStatus fileStatus = new RawLocalFileStatus(new File("udanax/Ageha100%.html"), getDefaultBlockSize());
      LOG.info(fileStatus.getPath());
      

      Log :
      file:/root/workspace/hadoop/udanax/Ageha100%25.html

      Attachments

        1. 2635.patch
          1 kB
          Edward J. Yoon

        Activity

          People

            udanax Edward J. Yoon
            udanax Edward J. Yoon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: