[jira] [Created] (HADOOP-8744) Fix the OSX native build

2012-08-28 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8744: --- Summary: Fix the OSX native build Key: HADOOP-8744 URL: https://issues.apache.org/jira/browse/HADOOP-8744 Project: Hadoop Common Issue Type: Bug Comp

[jira] [Created] (HADOOP-8743) Change version in branch-2 to 2.2.0-SNAPSHOT, Update CHANGES.txt

2012-08-28 Thread Siddharth Seth (JIRA)
Siddharth Seth created HADOOP-8743: -- Summary: Change version in branch-2 to 2.2.0-SNAPSHOT, Update CHANGES.txt Key: HADOOP-8743 URL: https://issues.apache.org/jira/browse/HADOOP-8743 Project: Hadoop

[jira] [Created] (HADOOP-8742) Support compiling the native build with a different javac than the one under JAVA_HOME

2012-08-28 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8742: Summary: Support compiling the native build with a different javac than the one under JAVA_HOME Key: HADOOP-8742 URL: https://issues.apache.org/jira/browse/HADOOP-

Re: Number of reducers

2012-08-28 Thread Harsh J
Ah, well, my bad. See instead the description for mapred.reduce.tasks in mapred-default.xml, which states this: "Typically set to 99% of the cluster's reduce capacity, so that if a node fails the reduces can still be executed in a single wave." FWIW, I set it manually to the level of parallelism I

Re: Number of reducers

2012-08-28 Thread abhiTowson cal
hi harsh, Thanks for the reply.I get your first and second points and coming to third point how is it specific to a job? My question was specific to job. Regards Abhishek On Mon, Aug 27, 2012 at 11:29 PM, Harsh J wrote: > Hi, > > On Tue, Aug 28, 2012 at 8:32 AM, Abhishek wrote: >> Hi all, >>

[jira] [Created] (HADOOP-8741) Broken links from "Cluster setup" to *-default.html

2012-08-28 Thread Bertrand Dechoux (JIRA)
Bertrand Dechoux created HADOOP-8741: Summary: Broken links from "Cluster setup" to *-default.html Key: HADOOP-8741 URL: https://issues.apache.org/jira/browse/HADOOP-8741 Project: Hadoop Common

Re: Review Request for HADOOP-8476 and HADOOP-8160

2012-08-28 Thread Suresh Srinivas
Vinay, will follow up these jiras sometime this week. On Sat, Aug 25, 2012 at 2:19 AM, Vinayakumar B wrote: > Hi, > > > > Please some one review patches for > >https://issues.apache.org/jira/browse/HADOOP-8476 > >https://issues.apache.org/jira/browse/HADOOP-8160 > > > > > > Thanks in adva

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

2012-08-28 Thread Apache Jenkins Server
See Changes: [vinodkv] YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to pass tests on jdk7. Contributed by Thomas Graves. [vinodkv] MAPREDUCE-4579. Split TestTaskAttempt into two so as to pass tests on