摘要: 一、HDFS读过程 1.1 HDFS API 读文件 1 Configuration conf = new Configuration(); 2 FileSystem fs = FileSystem.get(conf); 3 Path file = new Path("demo.txt"); 4 F 阅读全文
posted @ 2016-09-28 22:43 mikado 阅读(3600) 评论(0) 推荐(0)