HDFS-13548. TestResolveHdfsSymlink#testFcResolveAfs fails on Windows. Contributed by Anbang Hu.

(cherry picked from commit 2d6195c0af)
This commit is contained in:
Inigo Goiri 2018-05-15 11:20:32 -07:00
parent c168329cc4
commit 34fbc1c2eb
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class TestResolveHdfsSymlink {
final String localTestRoot = helper.getAbsoluteTestRootDir(fcLocal);
Path alphaLocalPath = new Path(fcLocal.getDefaultFileSystem().getUri()
.toString(), new File(localTestRoot, "alpha").getAbsolutePath());
.toString(), new File(localTestRoot, "alpha").getPath());
DFSTestUtil.createFile(FileSystem.getLocal(conf), alphaLocalPath, 16,
(short) 1, 2);