[jira] [Created] (MAPREDUCE-2782) MR-279: Unit (mockito) tests for CS

2011-08-05 Thread Arun C Murthy (JIRA)
MR-279: Unit (mockito) tests for CS --- Key: MAPREDUCE-2782 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2782 Project: Hadoop Map/Reduce Issue Type: Test Components: mrv2

RE: trouble building MR-279 branch

2011-08-05 Thread Ravi Teja
Hi, The Hudson build is failing now with the following error. I am also facing following error. How is this resolved, as this is the first step of the build by which, even the yarn jars don't compile, neither the jars are present in the repositories. Even if we install the jars manually

[jira] [Resolved] (MAPREDUCE-1663) mapred.local.dir for IsolationRunner is not set properly

2011-08-05 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved MAPREDUCE-1663. Resolution: Won't Fix IsolationRunner is removed via

[jira] [Resolved] (MAPREDUCE-1325) Fix IsolationRunner to run with reduces too

2011-08-05 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved MAPREDUCE-1325. Resolution: Won't Fix IsolationRunner is removed via

[jira] [Resolved] (MAPREDUCE-2564) NullPointerException in WritableComparator

2011-08-05 Thread Joseph Shraibman (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Shraibman resolved MAPREDUCE-2564. - Resolution: Invalid Fix Version/s: 0.20.203.0 NullPointerException

Re: trouble building MR-279 branch

2011-08-05 Thread Mahadev Konar
Thanks for pointing out Ravi. We are working on fixing it. The jars that you mention are created as part of MR-279 build. For building MR-279, all you have to do in mvn clean install -DskipTests and that should work (given you have already installed common and hdfs from trunk). thanks mahadev

[jira] [Created] (MAPREDUCE-2783) mr279 job history handling after killing application

2011-08-05 Thread Thomas Graves (JIRA)
mr279 job history handling after killing application Key: MAPREDUCE-2783 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2783 Project: Hadoop Map/Reduce Issue Type: Bug

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-08-05 Thread Mahadev Konar
Hi all, We are almost done with fixing findbugs issues. Once done, we plan to start a vote to merge MR-279 into trunk. If you plan to review, this would be a good time. We hope to start the vote next week sometime. thanks mahadev On Fri, Jul 29, 2011 at 3:14 PM, Mahadev Konar

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-08-05 Thread Milind.Bhandarkar
Is it building for you after hadoop-common mavenization in trunk ? Hadoop common tests testHardLink and testFilterFileSystem are failing for me on mac, and Mr279 mapreduce depends on these test jars: [ERROR] Failed to execute goal on project yarn-api: Could not resolve dependencies for project

Re: Merge MR-279 (was Re: Status on MAPREDUCE-279 and plans forward)

2011-08-05 Thread Mahadev Konar
You can skip running the tests for installing the common jars. mvn clean install -DskipTests. thanks mahadev On Fri, Aug 5, 2011 at 5:39 PM, milind.bhandar...@emc.com wrote: Is it building for you after hadoop-common mavenization in trunk ? Hadoop common tests testHardLink and