用户登录
用户注册

分享至

hadoop工作原理

  • 作者: 联合国灭猫灭狗组织--行动部部长
  • 来源: 51数据库
  • 2020-09-23
分为2个步骤,map和reduce,map专门负责对每个数据独立地同时地打标签,框架会对相同标签的数据分成一组,reduce对分好的那些组数据做累计计算。我们只要分别实现map和reduce就可以了



  by the instance anaysis, it gives an detail description to the working principle and calculate process of hadoop architeture mapreduce computation module.
软件
前端设计
程序设计
Java相关