Too many fetch failures

 

http://lucene.472066.n3.nabble.com/Reg-Too-many-fetch-failures-Error-td4037975.html

 

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

 

 

 

 http://lucene.472066.n3.nabble.com/Reg-Too-many-fetch-failures-Error-td4037975.html

 

As you may be aware this means the reduces are unable to fetch intermediate data from TaskTrackers that ran map tasks – you can try:

* increasing tasktracker.http.threads so there are more threads to handle fetch requests from reduces.

* decreasing mapreduce.reduce.parallel.copies : so fewer copy / fetches are performed in parallel

 

It could also be due to a temporary DNS issue.

 

 

cdh3u4:

TaskTracker里面: 

workerThreads = conf.getInt("tasktracker.http.threads", 40);

 

ReduceTask里面: 

this.numCopiers = conf.getInt("mapred.reduce.parallel.copies", 5);

 

 

 http://lucene.472066.n3.nabble.com/Error-Too-Many-Fetch-Failures-td3990324.html

 

 $ cat /proc/sys/net/core/somaxconn 

1024

$ ulimit -n 

131072

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值