Re: Commits breaking compilation of MR 'classic' tests

2012-09-25 Thread Eli Collins
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 wrote: > Committers, > > As most people are aware, the MapReduce 'classic' tests (in > hadoop-mapreduce-project/src/test) still need to built using ant since

Commits breaking compilation of MR 'classic' tests

2012-09-25 Thread Arun C Murthy
Committers, As most people are aware, the MapReduce 'classic' tests (in hadoop-mapreduce-project/src/test) still need to built using ant since they aren't mavenized yet. I've seen several commits (and 2 within the last hour i.e. MAPREDUCE-3681 and MAPREDUCE-3682) which lead me to believe dev

[jira] [Created] (HADOOP-8847) Change untar to use Java API instead of spawning tar process

2012-09-25 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8847: -- Summary: Change untar to use Java API instead of spawning tar process Key: HADOOP-8847 URL: https://issues.apache.org/jira/browse/HADOOP-8847 Project: Hadoop Common

[jira] [Created] (HADOOP-8846) Document backward incompatible changes introduced by HADOOP-8551

2012-09-25 Thread Arpit Gupta (JIRA)
Arpit Gupta created HADOOP-8846: --- Summary: Document backward incompatible changes introduced by HADOOP-8551 Key: HADOOP-8846 URL: https://issues.apache.org/jira/browse/HADOOP-8846 Project: Hadoop Common

[jira] [Created] (HADOOP-8845) When looking for parent paths info, globStatus must filter out non-directory elements to avoid an AccessControlException

2012-09-25 Thread Harsh J (JIRA)
Harsh J created HADOOP-8845: --- Summary: When looking for parent paths info, globStatus must filter out non-directory elements to avoid an AccessControlException Key: HADOOP-8845 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HADOOP-8844) Add a plaintext fs -text test-case

2012-09-25 Thread Harsh J (JIRA)
Harsh J created HADOOP-8844: --- Summary: Add a plaintext fs -text test-case Key: HADOOP-8844 URL: https://issues.apache.org/jira/browse/HADOOP-8844 Project: Hadoop Common Issue Type: Test C

[jira] [Created] (HADOOP-8842) local file system behavior of mv into an empty directory is inconsistent with HDFS

2012-09-25 Thread Julien Le Dem (JIRA)
Julien Le Dem created HADOOP-8842: - Summary: local file system behavior of mv into an empty directory is inconsistent with HDFS Key: HADOOP-8842 URL: https://issues.apache.org/jira/browse/HADOOP-8842

Re: [REVIEW] Hadoop-1.1.0-RC4

2012-09-25 Thread Arun C Murthy
Yes, on it. Thanks Matt. On Sep 25, 2012, at 9:46 AM, Matt Foley wrote: > Hi Arun, > can you get them committed to branch-1 and branch-1.1 today? > --Matt > > On Tue, Sep 25, 2012 at 8:44 AM, Arun C Murthy wrote: > >> >> On Sep 25, 2012, at 8:40 AM, Arun C Murthy wrote: >> >>> I'd also recom

[jira] [Created] (HADOOP-8841) In trunk for command rm, the flags -[rR] and -f are not documented

2012-09-25 Thread Jing Zhao (JIRA)
Jing Zhao created HADOOP-8841: - Summary: In trunk for command rm, the flags -[rR] and -f are not documented Key: HADOOP-8841 URL: https://issues.apache.org/jira/browse/HADOOP-8841 Project: Hadoop Common

Re: [REVIEW] Hadoop-1.1.0-RC4

2012-09-25 Thread Matt Foley
Hi Arun, can you get them committed to branch-1 and branch-1.1 today? --Matt On Tue, Sep 25, 2012 at 8:44 AM, Arun C Murthy wrote: > > On Sep 25, 2012, at 8:40 AM, Arun C Murthy wrote: > > > I'd also recommend MR-4558, MR-4328 & H-8748+friends. Thoughts? > > Also, MR-3837. > > Initially, I didn'

[jira] [Created] (HADOOP-8840) Fix the test-patch colorizer to cover all sorts of +1 lines.

2012-09-25 Thread Harsh J (JIRA)
Harsh J created HADOOP-8840: --- Summary: Fix the test-patch colorizer to cover all sorts of +1 lines. Key: HADOOP-8840 URL: https://issues.apache.org/jira/browse/HADOOP-8840 Project: Hadoop Common I

Re: [REVIEW] Hadoop-1.1.0-RC4

2012-09-25 Thread Arun C Murthy
On Sep 25, 2012, at 8:40 AM, Arun C Murthy wrote: > I'd also recommend MR-4558, MR-4328 & H-8748+friends. Thoughts? Also, MR-3837. Initially, I didn't recommend them since I thought 1.1 was too close, but since these (MR-3837 & MR-4328 etc.) are well-baked at this point (deployed at multiple

Re: [REVIEW] Hadoop-1.1.0-RC4

2012-09-25 Thread Arun C Murthy
I'd also recommend MR-4558, MR-4328 & H-8748+friends. Thoughts? thanks, Arun On Sep 24, 2012, at 9:58 PM, Matt Foley wrote: > Okay. > > On Mon, Sep 24, 2012 at 7:05 PM, Uma Maheswara Rao G > wrote: > >> Hi Matt, >> >> Good to include HDFS-3701 also. I set the fixed versions as 1.1.0 as well.

[jira] [Created] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

2012-09-25 Thread Harsh J (JIRA)
Harsh J created HADOOP-8839: --- Summary: test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result Key: HADOOP-8839 URL: https://issues.apache.org/jira/browse/HADOOP-8839 Project: Hadoo

[jira] [Created] (HADOOP-8838) Colorize the test-patch output sent to JIRA

2012-09-25 Thread Harsh J (JIRA)
Harsh J created HADOOP-8838: --- Summary: Colorize the test-patch output sent to JIRA Key: HADOOP-8838 URL: https://issues.apache.org/jira/browse/HADOOP-8838 Project: Hadoop Common Issue Type: Improve

Build failed in Jenkins: Hadoop-Common-trunk #543

2012-09-25 Thread Apache Jenkins Server
See Changes: [suresh] HADOOP-8815. RandomDatum needs to override hashCode(). Contributed by Brandon Li. [suresh] HADOOP-8813. Add InterfaceAudience and InterfaceStability annotations to RPC Server and Client classes. Contributed b