MapReduce Main Points

来源:互联网 发布:查看被占用的端口 编辑:程序博客网 时间:2024/06/10 18:11
  1. map method in Mapper class
  2. reduce method in Reducer class
  3. its chief class which will create a job object to manage all these task
  4. Mind the combiner function.
0 0