public static void TestSetup()
        {
            FileContext context = FileContext.GetLocalFSFileContext();

            wrapper = new FileContextTestWrapper(context);
        }
Esempio n. 2
0
 public static void TestSetup()
 {
     fc      = FileContext.GetFileContext(cluster.GetURI(0));
     wrapper = new FileContextTestWrapper(fc, "/tmp/TestSymlinkHdfsFileContext");
 }