[ https://issues.apache.org/jira/browse/HDFS-7816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14369298#comment-14369298 ]
Hudson commented on HDFS-7816: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #7372 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/7372/]) HDFS-7816. Unable to open webhdfs paths with "+". Contributed by Haohui Mai (kihwal: rev e79be0ee123d05104eb34eb854afcf9fa78baef2) * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/TestParameterParser.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/ParameterParser.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt > Unable to open webhdfs paths with "+" > ------------------------------------- > > Key: HDFS-7816 > URL: https://issues.apache.org/jira/browse/HDFS-7816 > Project: Hadoop HDFS > Issue Type: Bug > Components: webhdfs > Affects Versions: 2.7.0 > Reporter: Jason Lowe > Assignee: Haohui Mai > Priority: Blocker > Fix For: 2.7.0 > > Attachments: HDFS-7816.002.patch, HDFS-7816.patch, HDFS-7816.patch > > > webhdfs requests to open files with % characters in the filename fail because > the filename is not being decoded properly. For example: > $ hadoop fs -cat 'webhdfs://nn/user/somebody/abc%def' > cat: File does not exist: /user/somebody/abc%25def -- This message was sent by Atlassian JIRA (v6.3.4#6332)