예제 #1
0
 public static boolean mkdirs(String path) throws IOException {
   UnderFileSystem ufs = UnderFileSystem.get(path);
   return ufs.mkdirs(path, true);
 }