[jira] [Created] (MAPREDUCE-4135) MRAppMaster throws IllegalStateException while shutting down

2012-04-10 Thread Devaraj K (Created) (JIRA)
MRAppMaster throws IllegalStateException while shutting down Key: MAPREDUCE-4135 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4135 Project: Hadoop Map/Reduce Issue Type: Bu

[jira] [Reopened] (MAPREDUCE-4099) ApplicationMaster may fail to remove staging directory

2012-04-10 Thread Siddharth Seth (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth reopened MAPREDUCE-4099: --- Things will continue to work because of the sleep - so leaving it in should be ok. R

[jira] [Created] (MAPREDUCE-4134) Remove references of mapred.child.ulimit etc. since they are not being used any more

2012-04-10 Thread Ravi Prakash (Created) (JIRA)
Remove references of mapred.child.ulimit etc. since they are not being used any more Key: MAPREDUCE-4134 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4134 Pr

[jira] [Created] (MAPREDUCE-4132) Add docs for NameNode initializeSharedEdits and bootstrapStandby commands

2012-04-10 Thread Todd Lipcon (Created) (JIRA)
Add docs for NameNode initializeSharedEdits and bootstrapStandby commands - Key: MAPREDUCE-4132 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4132 Project: Hadoop Map/Reduc

Re: DFSClient.closeInternal:3231 Could not complete fi

2012-04-10 Thread Harsh J
Pedro, Could we also know what was modified, since you claim it happens only in the modified build? On Tue, Apr 10, 2012 at 9:15 PM, Pedro Costa wrote: > When I'm executing an MapReduce example on my modified Hadoop MapReduce, > sometimes the reduce task give me this error, and the example doesn

[jira] [Resolved] (MAPREDUCE-3983) TestTTResourceReporting can fail, and should just be deleted

2012-04-10 Thread Robert Joseph Evans (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved MAPREDUCE-3983. Resolution: Fixed > TestTTResourceReporting can fail, and should ju

[jira] [Reopened] (MAPREDUCE-3983) TestTTResourceReporting can fail, and should just be deleted

2012-04-10 Thread Ravi Prakash (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash reopened MAPREDUCE-3983: - Hi Bobby! I'm sorry but the patch does not delete the file. Could you please svn rm the

DFSClient.closeInternal:3231 Could not complete fi

2012-04-10 Thread Pedro Costa
When I'm executing an MapReduce example on my modified Hadoop MapReduce, sometimes the reduce task give me this error, and the example doesn't finish: [code] 2012-04-10 11:32:38,110 INFO hdfs.DFSClient.closeInternal:3231 Could not complete file /user/output//part-r-0 retrying [/code] This

[jira] [Created] (MAPREDUCE-4131) Update the HistoryStorage interface to be more complete and robust

2012-04-10 Thread Robert Joseph Evans (Created) (JIRA)
Update the HistoryStorage interface to be more complete and robust -- Key: MAPREDUCE-4131 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4131 Project: Hadoop Map/Reduce Is

[jira] [Created] (MAPREDUCE-4130) Jobid creation is not required if the job failed because of unavailability of input path.Can input and output paths validation can be done before job ID creation step

2012-04-10 Thread Ramgopal N (Created) (JIRA)
Jobid creation is not required if the job failed because of unavailability of input path.Can input and output paths validation can be done before job ID creation step? -