[MapReducer]求平均数
这是Udacity的课程 intro to hadoop and mapReduce里面Lesson4的练习只说一点,求平均不能在combiner中进行算法依然是计数,记录总和,最后输出 平均值#Mapper#!/usr/bin/pythonimport sysfrom datetime import datetimefor line in sys.stdin: data