need help submit patch to branch-1

2012-09-26 Thread Erik fang
Hi folks, I encounter a bug in hadoop 1.0.3 , file a jira and upload a patch in MAPREDUCE-4451 hope this can be committed to hadoop 1.1.0 or 1.2.0, so I should commit it to branch-1? However, the qa robot runs against trunk , and complains could not apply the patch Am I doing something wrong?

Re: Commits breaking compilation of MR 'classic' tests

2012-09-26 Thread Arun C Murthy
Point. I've opened https://issues.apache.org/jira/browse/MAPREDUCE-4687 to track this. On Sep 25, 2012, at 9:33 PM, Eli Collins wrote: How about adding this step to the MR PreCommit jenkins job so it's run as part test-patch? On Tue, Sep 25, 2012 at 7:48 PM, Arun C Murthy

[jira] [Created] (MAPREDUCE-4687) Add compilation of 'classic' MR1 (ant based) to jenkins builds

2012-09-26 Thread Arun C Murthy (JIRA)
Arun C Murthy created MAPREDUCE-4687: Summary: Add compilation of 'classic' MR1 (ant based) to jenkins builds Key: MAPREDUCE-4687 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4687

[jira] [Created] (MAPREDUCE-4688) setJarByClass does not work under JBoss AS 7

2012-09-26 Thread Philippe (JIRA)
Philippe created MAPREDUCE-4688: --- Summary: setJarByClass does not work under JBoss AS 7 Key: MAPREDUCE-4688 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4688 Project: Hadoop Map/Reduce

Re: Commits breaking compilation of MR 'classic' tests

2012-09-26 Thread Arun C Murthy
Fair, however there are still tests which need to be ported over. We can remove them after the port. On Sep 26, 2012, at 9:54 AM, Robert Evans wrote: As per my comment on the bug. I though we were going to remove them. MAPREDUCE-4266 only needs a little bit more work, change a patch to a

Re: need help submit patch to branch-1

2012-09-26 Thread Arun C Murthy
Erik, Unfortunately our jenkins bot doesn't support patches for branch-1. Can you pls try running 'ant test test-patch' yourself and attach results to the jira? thanks, Arun On Sep 25, 2012, at 11:51 PM, Erik fang wrote: Hi folks, I encounter a bug in hadoop 1.0.3 , file a jira and

Re: Commits breaking compilation of MR 'classic' tests

2012-09-26 Thread Robert Evans
That is fine, we may want to then mark it so that the MR-4687 depends on the JIRA to port the tests, so the tests don't disapear before we are done. --Bobby From: Arun C Murthy a...@hortonworks.commailto:a...@hortonworks.com Date: Wednesday, September 26, 2012 12:31 PM To:

Review Request

2012-09-26 Thread miomir
Hi everyone, Patch MAPREDUCE-4229 is available. I wonder if/when someone might be able to review it and provide feedback? Miomir Boljanovic

[jira] [Created] (MAPREDUCE-4689) JobClient.getMapTaskReports on failed job results in NPE

2012-09-26 Thread Jason Lowe (JIRA)
Jason Lowe created MAPREDUCE-4689: - Summary: JobClient.getMapTaskReports on failed job results in NPE Key: MAPREDUCE-4689 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4689 Project: Hadoop

Re: need help submit patch to branch-1

2012-09-26 Thread Erik fang
Hi Arun, Thanks for the reply. Kihwal told me src/test/bin/test-patch.sh can be manually invoked against branch-1, and I found it is the same with 'ant test-patch', luckily it works! regards, Erik On Thu, Sep 27, 2012 at 1:39 AM, Arun C Murthy a...@hortonworks.com wrote: Erik,