Beispiel #1
0
 protected FileSystem getFileSystem() {
   FileSystemConfiguration config =
       new FileSystemConfiguration("http://127.0.0.1:9090", "/fs/v1", "root", "admin");
   return FileSystem.newInstance(config);
 }