Xiaoyu Yao created HDFS-8597: -------------------------------- Summary: Fix TestFSImage#testZeroBlockSize on Windows Key: HDFS-8597 URL: https://issues.apache.org/jira/browse/HDFS-8597 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Xiaoyu Yao Assignee: Xiaoyu Yao
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)