- 28 Feb, 2012 1 commit
-
-
Vinod Kumar Vavilapalli authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/tags/release-0.23.1@1294476 13f79535-47bb-0310-9956-ffa450edef68
-
- 18 Feb, 2012 5 commits
-
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/tags/release-0.23.1-rc2@1245870 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1245867 from trunk to branch-0.23.1 to fix MAPREDUCE-3880. Changed LCE binary to be 32-bit. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1245869 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1245847 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1245276 from trunk to branch-0.23.1 to fix MAPREDUCE-3856. Instances of RunningJob class givs incorrect job tracking urls when mutiple jobs are submitted from same client jvm. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1245844 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1245841 13f79535-47bb-0310-9956-ffa450edef68
-
- 17 Feb, 2012 1 commit
-
-
Ravi Gummadi authored
MAPREDUCE-3757. [Rumen] Fixed Rumen Folder to adjust shuffleFinished and sortFinished times when needed. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1245325 13f79535-47bb-0310-9956-ffa450edef68
-
- 14 Feb, 2012 7 commits
-
-
Mahadev Konar authored
HADOOP-8052. Hadoop Metrics2 should emit Float.MAX_VALUE (instead of Double.MAX_VALUE) to avoid making Ganglia's gmetad core. (Varun Kapoor via Matt) - Merging r1243207 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244280 13f79535-47bb-0310-9956-ffa450edef68
-
Mahadev Konar authored
HADOOP-8055. Hadoop tarball distribution lacks a core-site.xml (harsh) - Merging r1243065 from trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244277 13f79535-47bb-0310-9956-ffa450edef68
-
Mahadev Konar authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244273 13f79535-47bb-0310-9956-ffa450edef68
-
Mahadev Konar authored
HDFS-2923. Namenode IPC handler count uses the wrong configuration key. (Todd Lipcon) - Merging r1242220 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244268 13f79535-47bb-0310-9956-ffa450edef68
-
Mahadev Konar authored
MAPREDUCE-3858. Task attempt failure during commit results in task never completing. (Tom White via mahadev) - Merging r1244254 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244256 13f79535-47bb-0310-9956-ffa450edef68
-
Vinod Kumar Vavilapalli authored
MAPREDUCE-3802. Added test to validate that AM can crash multiple times and still can recover successfully after MAPREDUCE-3846. (vinodkv) svn merge --ignore-ancestry -c 1244178 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1244182 13f79535-47bb-0310-9956-ffa450edef68
-
Vinod Kumar Vavilapalli authored
svn merge --ignore-ancestry -c 1243752 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1243753 13f79535-47bb-0310-9956-ffa450edef68
-
- 10 Feb, 2012 2 commits
-
-
Thomas Graves authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1242978 13f79535-47bb-0310-9956-ffa450edef68
-
Vinod Kumar Vavilapalli authored
svn merge --ignore-ancestry -c 1241845 ../../trunk/ Also cleand up CHANGES.txt a bit. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1242897 13f79535-47bb-0310-9956-ffa450edef68
-
- 09 Feb, 2012 1 commit
-
-
Robert Joseph Evans authored
svn merge -c 1242002 from branch 0.23 to 0.23.1 FIXES MAPREDUCE-3840 JobEndNotifier doesn't use the proxyToUse during connecting git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1242444 13f79535-47bb-0310-9956-ffa450edef68
-
- 08 Feb, 2012 16 commits
-
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1241806 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.1@1241798 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241797 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241793 13f79535-47bb-0310-9956-ffa450edef68
-
Jitendra Nath Pandey authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241768 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241756 13f79535-47bb-0310-9956-ffa450edef68
-
Suresh Srinivas authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241753 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241747 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241740 13f79535-47bb-0310-9956-ffa450edef68
-
Matthew Foley authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241736 13f79535-47bb-0310-9956-ffa450edef68
-
Vinod Kumar Vavilapalli authored
MAPREDUCE-3834. Changed MR AM to not add the same rack entry multiple times into the container request table when multiple hosts for a split happen to be on the same rack. Contributed by Siddarth Seth. svn merge --ignore-ancestry -c 1241734 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241735 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241724 13f79535-47bb-0310-9956-ffa450edef68
-
Siddharth Seth authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241723 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241717 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241715 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1241711 from trunk to branch-0.23 to fix MAPREDUCE-3827. Changed Counters to use ConcurrentSkipListMap for performance. Contributed by Vinod K V. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241712 13f79535-47bb-0310-9956-ffa450edef68
-
- 07 Feb, 2012 7 commits
-
-
Siddharth Seth authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241693 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241690 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1241685 from trunk to branch-0.23 to fix MAPREDUCE-3823. Fixed a bug in RM web-ui which broke sorting. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241686 13f79535-47bb-0310-9956-ffa450edef68
-
Arun Murthy authored
Merge -c 1241659 from trunk to branch-0.23 to fix MAPREDUCE-3833. Fixed a bug in reinitiaziling of queues. Contributed by Jason Lowe. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241660 13f79535-47bb-0310-9956-ffa450edef68
-
Vinod Kumar Vavilapalli authored
MAPREDUCE-3815. Fixed MR AM to always use hostnames and never IPs when requesting containers so that scheduler can give off data local containers correctly. Contributed by Siddarth Seth. svn merge --ignore-ancestry -c 1241654 ../../trunk/ git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241655 13f79535-47bb-0310-9956-ffa450edef68
-
Siddharth Seth authored
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241621 13f79535-47bb-0310-9956-ffa450edef68
-
Mahadev Konar authored
MAPREDUCE-3709. TestDistributedShell is failing. (Hitesh Shah via mahadev) - Merging r1241325 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1241327 13f79535-47bb-0310-9956-ffa450edef68
-