[jira] [Created] (MAPREDUCE-2777) Backport MAPREDUCE-220 to Hadoop 20 security branch

2011-08-04 Thread Jonathan Eagles (JIRA)
Backport MAPREDUCE-220 to Hadoop 20 security branch --- Key: MAPREDUCE-2777 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2777 Project: Hadoop Map/Reduce Issue Type: New Feature

[jira] [Resolved] (MAPREDUCE-2698) Expired NM's containers aren't being communicated to AM

2011-08-04 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved MAPREDUCE-2698. Resolution: Duplicate The recent ResourceManager cleanup fixed

Problem with MRv2 Build

2011-08-04 Thread Praveen Sripati
Hi, I did get the latest code from http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/ and ran the below command for mapreduce build mvn clean install assembly:assembly -DskipTests to get the following error [INFO] yarn-api .. FAILURE

Re: Problem with MRv2 Build

2011-08-04 Thread Thomas Graves
You have to use common and hdfs from trunk branch now and only mapreduce comes from MR-279 branch. Something like this: svn co http://svn.apache.org/repos/asf/hadoop/common/trunk/ rm -rf mapreduce svn checkout http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/mapreduce Note that

[jira] [Created] (MAPREDUCE-2778) Refactor token selectors to leverage common code

2011-08-04 Thread Daryn Sharp (JIRA)
Refactor token selectors to leverage common code Key: MAPREDUCE-2778 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2778 Project: Hadoop Map/Reduce Issue Type: Sub-task

[jira] [Created] (MAPREDUCE-2779) JobSplitWriter.java can't handle large job.split file

2011-08-04 Thread Ming Ma (JIRA)
JobSplitWriter.java can't handle large job.split file - Key: MAPREDUCE-2779 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2779 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Created] (MAPREDUCE-2780) Standardize the value of token service

2011-08-04 Thread Daryn Sharp (JIRA)
Standardize the value of token service -- Key: MAPREDUCE-2780 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2780 Project: Hadoop Map/Reduce Issue Type: Sub-task Reporter: Daryn Sharp