“Too many fetch-failures” while using Hive

百般思念 提交于 2019-12-01 11:27:12
javadba

This can be caused by various hadoop configuration issues. Here a couple to look for in particular:

  • DNS issue : examine your /etc/hosts
  • Not enough http threads on the mapper side for the reducer

Some suggested fixes (from Cloudera troubleshooting)

  • set mapred.reduce.slowstart.completed.maps = 0.80
  • tasktracker.http.threads = 80
  • mapred.reduce.parallel.copies = sqrt (node count) but in any case >= 10

Here is link to troubleshooting for more details

http://www.slideshare.net/cloudera/hadoop-troubleshooting-101-kate-ting-cloudera

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