摘要: 原文地址:http://zh.hortonworks.com/blog/apache-hadoop-yarn-nodemanager/The NodeManager (NM) is YARN’s per-node agent, and takes care of the individual com... 阅读全文
posted @ 2015-10-20 15:36 一天不进步,就是退步 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://zh.hortonworks.com/blog/apache-hadoop-yarn-resourcemanager/ResourceManager (RM)is the master that arbitrates all the available cluster res... 阅读全文
posted @ 2015-10-20 15:32 一天不进步,就是退步 阅读(2492) 评论(0) 推荐(0) 编辑
摘要: 一切从示例程序开始: 示例程序 Hadoop2.7 提供的示例程序WordCount.java 1.Mapper 将输入的键值对映射到一组中间的键值对。 映射将独立的任务的输入记录转换成中间的记录。装好的中间记录不需要和输入记录保持同一种类型。一个给定的输入对可以映射成0个或者多个输出对。 Hado 阅读全文
posted @ 2015-10-20 10:54 一天不进步,就是退步 阅读(5932) 评论(0) 推荐(1) 编辑