2015年8月12日

hadoop filesystem 删除文件 复制文件 重命名文件

摘要: private void moveFile(Configuration conf, String Path1, String Path2, String newname ) throws IOException { FileSystem fs = FileSystem.get(conf); F... 阅读全文

posted @ 2015-08-12 08:51 agilezing 阅读(590) 评论(0) 推荐(0)

导航