svn merge -c 1245762 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1245763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5b4a57ee9
commit
62f1fec1a3
|
@ -73,7 +73,7 @@ public class TestViewFsFileStatusHdfs {
|
|||
|
||||
long len = FileSystemTestHelper.createFile(fHdfs, testfilename);
|
||||
|
||||
Configuration conf = ViewFileSystemTestSetup.configWithViewfsScheme();
|
||||
Configuration conf = ViewFileSystemTestSetup.createConfig();
|
||||
ConfigUtil.addLink(conf, "/tmp", new URI(fHdfs.getUri().toString() + "/tmp"));
|
||||
FileSystem vfs = FileSystem.get(FsConstants.VIEWFS_URI, conf);
|
||||
assertEquals(ViewFileSystem.class, vfs.getClass());
|
||||
|
|
Loading…
Reference in New Issue