标签: python hadoop mapreduce
地图简化工作的示例代码: 将在这里调用reduce函数吗?
class A: def map(item): item.put() #put is another function def reduce(key,value): pass