Re: Lost task tracker reschedules all tasktracker's successful map tasks

2011-09-29 Thread Arun C Murthy
No, this is expected. A correction - it's not all tasks, just map-tasks of currently active jobs which are re-executed. Ravi Teja explained why in his previous response to this same question. Arun On Sep 29, 2011, at 9:14 AM, Leonardo Gamas wrote: > Hi, > > I have a very large MapReduce Job

Hadoop-Mapreduce-trunk-Commit - Build # 1011 - Failure

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1011/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10352 lines...] [junit] Tests run: 3, Fai

Hadoop-Mapreduce-22-branch - Build # 78 - Still Failing

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-22-branch/78/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 194464 lines...] [exec] libtool: install: /us

[jira] [Reopened] (MAPREDUCE-2969) Make the NodeManager delete unused distributed-cache entires by LRU policy

2011-09-29 Thread Anupam Seth (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anupam Seth reopened MAPREDUCE-2969: Apparently, that code is part of dead MRv1 dirs and we still need to implement this for YA

Re: 0.23 compilation failure on a Mac

2011-09-29 Thread Milind.Bhandarkar
Yeah, that worked. Thanks Arun. milind On 9/29/11 5:07 PM, "Bhandarkar, Milind" wrote: >Thanks. Trying it out now. > >- milind > >On 9/29/11 5:04 PM, "Arun C Murthy" wrote: > >>Pass -P-cbuild to maven. >> >>Arun >> >> >>On Sep 29, 2011, at 5:02 PM, wrote: >> >>> Folks, >>> >>> While I am wa

Re: 0.23 compilation failure on a Mac

2011-09-29 Thread Milind.Bhandarkar
Thanks. Trying it out now. - milind On 9/29/11 5:04 PM, "Arun C Murthy" wrote: >Pass -P-cbuild to maven. > >Arun > > >On Sep 29, 2011, at 5:02 PM, wrote: > >> Folks, >> >> While I am waiting for a Linux dev box (see my earlier emails about >> TestLargeBlock etc), I noticed that the linux-cont

Re: 0.23 compilation failure on a Mac

2011-09-29 Thread Arun C Murthy
Pass -P-cbuild to maven. Arun On Sep 29, 2011, at 5:02 PM, wrote: > Folks, > > While I am waiting for a Linux dev box (see my earlier emails about > TestLargeBlock etc), I noticed that the linux-container-executor is being > compiled on Mac, and is throwing errors, causing the build to fail e

0.23 compilation failure on a Mac

2011-09-29 Thread Milind.Bhandarkar
Folks, While I am waiting for a Linux dev box (see my earlier emails about TestLargeBlock etc), I noticed that the linux-container-executor is being compiled on Mac, and is throwing errors, causing the build to fail every time. I do not need the linux-coniatiner-executor, since I am on on linux, s

Hadoop-Mapreduce-trunk-Commit - Build # 1009 - Failure

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1009/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10354 lines...] [junit] Tests run: 5, Fai

[jira] [Created] (MAPREDUCE-3126) mr job stuck because reducers using all slots and mapper isn't scheduled

2011-09-29 Thread Thomas Graves (Created) (JIRA)
mr job stuck because reducers using all slots and mapper isn't scheduled Key: MAPREDUCE-3126 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3126 Project: Hadoop Map/Reduce

[jira] [Created] (MAPREDUCE-3125) app master web UI shows reduce task progress 100% even though reducers not complete and state running/scheduled

2011-09-29 Thread Thomas Graves (Created) (JIRA)
app master web UI shows reduce task progress 100% even though reducers not complete and state running/scheduled --- Key: MAPREDUCE-3125 URL: https://issues

[jira] [Created] (MAPREDUCE-3124) mapper failed with failed to load native libs

2011-09-29 Thread Thomas Graves (Created) (JIRA)
mapper failed with failed to load native libs - Key: MAPREDUCE-3124 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3124 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2

[jira] [Resolved] (MAPREDUCE-2969) Make the NodeManager delete unused distributed-cache entires by LRU policy

2011-09-29 Thread Anupam Seth (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anupam Seth resolved MAPREDUCE-2969. Resolution: Not A Problem Looks like Bobby's original patch from MAPREDUCE:2494 is part

[jira] [Created] (MAPREDUCE-3123) Symbolic links with special chars causing container/task.sh to fail

2011-09-29 Thread Thomas Graves (Created) (JIRA)
Symbolic links with special chars causing container/task.sh to fail --- Key: MAPREDUCE-3123 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3123 Project: Hadoop Map/Reduce

[jira] [Created] (MAPREDUCE-3122) -libjars with streaming does not create symlink in the cwd of task

2011-09-29 Thread Ramya Sunil (Created) (JIRA)
-libjars with streaming does not create symlink in the cwd of task -- Key: MAPREDUCE-3122 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3122 Project: Hadoop Map/Reduce Is

Re: A complicated procedure to Run MRV2.

2011-09-29 Thread Mahadev Konar
Nice Prashanth. We've been trying to add documents to make it easier for users to deploy/test/admin mrv2. Here is a doc on setting up a single node cluster. It would be great if you'd want to add/refine it. http://s.apache.org/mrv2_setup Also, there are some more to write: https://issues.apache.o

Lost task tracker reschedules all tasktracker's successful map tasks

2011-09-29 Thread Leonardo Gamas
Hi, I have a very large MapReduce Job and sometimes a TaskTracker doesn't send a heartbeat in the preconfigured amount of time, so it's considered dead. It's ok, but all tasks already finished by this TaskTracker are lost too, or better explained, are rescheduled and re-executed by another TaskTra

A complicated procedure to Run MRV2.

2011-09-29 Thread Prashant Sharma
Hi All, I think the procedure defined currently to build and run Map reduce trunk is fairly complex and there is no complete guide defined for building and running map-reduce and hdfs together. So in my effort of figuring out , I wrote this http://github.com/prashantiiith/Scripts/wiki/Setup-require

[jira] [Created] (MAPREDUCE-3121) NodeManager should handle disk-failures

2011-09-29 Thread Vinod Kumar Vavilapalli (Created) (JIRA)
NodeManager should handle disk-failures --- Key: MAPREDUCE-3121 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3121 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2, nodemanager

[jira] [Created] (MAPREDUCE-3120) JobHistory is not providing correct count failed,killed task

2011-09-29 Thread Subroto Sanyal (Created) (JIRA)
JobHistory is not providing correct count failed,killed task Key: MAPREDUCE-3120 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3120 Project: Hadoop Map/Reduce Issue Type: Bu

[jira] [Resolved] (MAPREDUCE-3064) 27 unit test failures with Invalid "mapreduce.jobtracker.address" configuration value for JobTracker: "local"

2011-09-29 Thread Vinod Kumar Vavilapalli (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved MAPREDUCE-3064. Resolution: Fixed I checked both the builds referred to by Maha

Hadoop-Mapreduce-trunk-Commit - Build # 1007 - Still Failing

2011-09-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1007/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10348 lines...] [junit] Tests run: 3, Fai