摘要: 读取 先看读取的操作 FileSystem hdfs = FileSystem.get(new Configuration()); Path path = new Path("/testfile");// reading FSDataInputStream dis = hdfs.open(path) 阅读全文
posted @ 2022-10-24 17:35 yych0745 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 这个文章主要是理清hadoop中不同组件的区别以及联系 hadoop分为4个大部分 hadoop的公共库 hdfs 文件存储 yarn 资源调度 mapreduce 计算框架 hdfs中包括的主要组件: Namenode 2nn Datenode Namenode存储的是整个文件系统的元信息,它也有 阅读全文
posted @ 2022-10-24 17:34 yych0745 阅读(59) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示