Reducers failing

岁酱吖の 提交于 2019-12-13 07:00:18

问题


We are using 3 cluster machine and mapreduce.tasktracker.reduce.tasks.maximum property is set to 9. When I set no of reducer is equal to or less than 9 job is getting succeeded but if I set greater than 9 then it is failing with the exception "Task attempt_201701270751_0001_r_000000_0 failed to ping TT for 60 seconds. Killing!". Can any one guide me what will be the problem


回答1:


There seem to be some bug in hadoop -0.20.

https://issues.apache.org/jira/browse/MAPREDUCE-1905 (for reference ).

Can you please try to increase the task timeout ?

(mapreduce.task.timeout to a higher value ) ( 0 will disable the timeout )



来源:https://stackoverflow.com/questions/42484684/reducers-failing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!