设置hadoop只执行map任务
如果不设置job的reduce class则job会调用默认的IdentityReducer,如果不希望执行reuduce任务,则需要如下设置:
?
-- end --