[ https://issues.apache.org/jira/browse/HDFS-8597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590377#comment-14590377 ]
Hudson commented on HDFS-8597: ------------------------------ SUCCESS: Integrated in Hadoop-Hdfs-trunk #2159 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/2159/]) HDFS-8597. Fix TestFSImage#testZeroBlockSize on Windows. Contributed by Xiaoyu Yao. (xyao: rev 4e88ff5b27cc33d311ab7a7248c3cf6303997ddd) * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/StorageLocation.java > Fix TestFSImage#testZeroBlockSize on Windows > -------------------------------------------- > > Key: HDFS-8597 > URL: https://issues.apache.org/jira/browse/HDFS-8597 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode, test > Affects Versions: 2.6.0 > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Fix For: 2.7.1 > > Attachments: HDFS-8597.00.patch, HDFS-8597.01.patch > > > The last portion of the dfs.datanode.data.dir is incorrectly formatted. > {code}2015-06-14 09:44:37,133 INFO hdfs.MiniDFSCluster > (MiniDFSCluster.java:startDataNodes(1413)) - Starting DataNode 0 with > dfs.datanode.data.dir: > file://C:\Users\xiaoyu\hadoop\trunk\hadoop\hadoop-hdfs-project\hadoop-hdfs\target/test/dfs/data > 2015-06-14 09:44:37,141 ERROR common.Util (Util.java:stringAsURI(50)) - > Syntax error in URI > file://C:\Users\xiaoyu\hadoop\trunk\hadoop\hadoop-hdfs-project\hadoop-hdfs\target/test/dfs/data. > Please check hdfs configuration. > java.net.URISyntaxException: Illegal character in authority at index 7: > file://C:\Users\xiaoyu\hadoop\trunk\hadoop\hadoop-hdfs-project\hadoop-hdfs\target/test/dfs/data > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)