Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
distcp on cdh3u5 failing with timeout error
Labels:
- Labels:
-
Apache Hadoop
Expert Contributor
Created on ‎01-13-2016 02:04 PM - edited ‎09-16-2022 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to backup dome data from our ancient hadoop cluster which is on cdh3u5 to S3 bucket with distcp. But my job is failing because some of the task are getting killed multiple times with following message
Task attempt_201404090636_336528_m_000112_0 failed to report status for 600 seconds. Killing! Task attempt_201404090636_336528_m_000112_1 failed to report status for 600 seconds. Killing! Task attempt_201404090636_336528_m_000112_2 failed to report status for 600 seconds. Killing!
I was trying to distcp directory which has about ~1200 files with size 3MB - 5MB
We have 80 datanodes in the cluster.
Any help here with this please.
Thanks
roy
1 ACCEPTED SOLUTION
Expert Contributor
Created ‎01-14-2016 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
looks like its working after addition of -D mapred.task.timeout=60000000
1 REPLY 1
Expert Contributor
Created ‎01-14-2016 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
looks like its working after addition of -D mapred.task.timeout=60000000
