Alejandro Abdelnur
|
2d06ac8a28
|
Merge -r 1180115:1180116 from trunk to branch. FIXES: MAPREDUCE-3014
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190594 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 21:34:14 +00:00 |
Vinod Kumar Vavilapalli
|
c4cf38dfc2
|
MAPREDUCE-3306. Fixed a bug in NodeManager ApplicationImpl that was causing NodeManager to crash. (vinodkv)
svn merge -c r1190523 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190526 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 19:53:00 +00:00 |
Vinod Kumar Vavilapalli
|
e20f1826f3
|
MAPREDUCE-2775. Fixed ResourceManager and NodeManager to force a decommissioned node to shutdown. Contributed by Devaraj K.
svn merge -c r1190467 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190468 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 17:40:45 +00:00 |
Vinod Kumar Vavilapalli
|
fc8079e054
|
MAPREDUCE-2989. Modified JobHistory to link to task and AM logs from the JobHistoryServer. Contributed by Siddharth Seth.
svn merge -c r1190174 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190175 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 06:52:40 +00:00 |
Vinod Kumar Vavilapalli
|
ecab39be64
|
MAPREDUCE-3281. Fixed one more bug due to which TestLinuxContainerExecutorWithMocks was failing. (vinodkv)
svn merge -c r1190007 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190009 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 20:40:06 +00:00 |
Vinod Kumar Vavilapalli
|
4f1d9492f0
|
MAPREDUCE-3281. Fixed a bug in TestLinuxContainerExecutorWithMocks. (vinodkv)
svn merge -c r1189818 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189819 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 15:57:06 +00:00 |
Vinod Kumar Vavilapalli
|
1f42531bce
|
MAPREDUCE-3240. Fixed NodeManager to be able to forcefully cleanup its containers (process-trees) irrespective of whether the container succeeded, or killed. Contributed by Hitesh Shah.
Added the new files which I missed earlier.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189815 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 15:52:43 +00:00 |
Vinod Kumar Vavilapalli
|
28676b5345
|
MAPREDUCE-2986. Fixed MiniYARNCluster to support multiple NodeManagers. Contributed by Anupam Seth.
svn merge -c r1189721 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189723 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 12:44:57 +00:00 |
Vinod Kumar Vavilapalli
|
c5028eaa38
|
MAPREDUCE-3240. Fixed NodeManager to be able to forcefully cleanup its containers (process-trees) irrespective of whether the container succeeded, or killed. Contributed by Hitesh Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189713 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 12:06:08 +00:00 |
Arun Murthy
|
e18d2cdb31
|
Merge -c 1189667 from trunk to branch-0.23 to fix MAPREDUCE-3259.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189668 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 08:29:40 +00:00 |
Arun Murthy
|
ea7c670969
|
Merge -c 1189542 from trunk to branch-0.23 to fix MAPREDUCE-3205.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1189543 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-26 23:59:21 +00:00 |
Mahadev Konar
|
ddccefbefb
|
MAPREDUCE-2746. Yarn servers can't communicate with each other with hadoop.security.authorization set to true (acmurthy via mahadev) - Merging r1188522 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1188524 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-25 06:12:14 +00:00 |
Todd Lipcon
|
635d78c25f
|
Amend MAPREDUCE-3159. Fix JavaDoc warnings in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1188478 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-25 01:13:55 +00:00 |
Arun Murthy
|
88c24ca831
|
Merge -c 1188466 from trunk to branch-0.23 to complete fix for MAPREDUCE-3159.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1188468 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-25 00:42:56 +00:00 |
Vinod Kumar Vavilapalli
|
df7a66844b
|
MAPREDUCE-2747. Cleaned up LinuxContainerExecutor binary sources and changed the configuration to use yarn names. Contributed by Robert Joseph Evans.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1188261 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-24 17:59:30 +00:00 |
Mahadev Konar
|
cbd1258918
|
MAPREDUCE-3239. Use new createSocketAddr API in MRv2 to give better error messages on misconfig (Todd Lipcon via mahadev) - Merging r1187556 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1187558 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-21 21:38:45 +00:00 |
Vinod Kumar Vavilapalli
|
9a8b923418
|
MAPREDUCE-3104. Implemented Application-acls. (vinodkv)
svn merge -c r1186748 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1186754 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-20 12:01:54 +00:00 |
Vinod Kumar Vavilapalli
|
db1c89fd51
|
MAPREDUCE-3162. Separated application-init and container-init event types in NodeManager's Application state machine. Contributed by Todd Lipcon.
svn merge -c r1185988 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1185990 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-19 06:42:38 +00:00 |
Vinod Kumar Vavilapalli
|
e3b9d11da8
|
MAPREDUCE-3144. Augmented JobHistory with the information needed for serving aggregated logs. Contributed by Siddharth Seth.
svn merge -c r1185976 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1185977 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-19 05:28:22 +00:00 |
Arun Murthy
|
df93e27dd6
|
Merge -c 1185447 from trunk to branch-0.23 to complete fix for MAPREDUCE-3068.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1185448 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-18 01:23:14 +00:00 |
Mahadev Konar
|
203f3e1362
|
MAPREDUCE-3196. TestLinuxContainerExecutorWithMocks fails on Mac OSX. (Arun Murthy via mahadev) - Merging r1185417 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1185419 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-17 22:44:16 +00:00 |
Mahadev Konar
|
065ca399c8
|
MAPREDUCE-3187. Add names for various unnamed threads in MR2. (Todd Lipcon and Siddharth Seth via mahadev) - Merging r1184904 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1184905 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-16 19:30:13 +00:00 |
Vinod Kumar Vavilapalli
|
73b6474bac
|
MAPREDUCE-2668. Fixed AuxServices to send a signal on application-finish to all the services. Contributed by Thomas Graves.
svn merge -c r1181803 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1181807 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-11 14:29:50 +00:00 |
Vinod Kumar Vavilapalli
|
ddaf7c8a7f
|
MAPREDUCE-3161. svn merge -c r1181622 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1181623 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-11 04:47:28 +00:00 |
Vinod Kumar Vavilapalli
|
446be91d0d
|
MAPREDUCE-2988. svn merge -c r1180833 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1180835 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-10 09:20:49 +00:00 |
Arun Murthy
|
87f567f1dc
|
Merge -c 1180772 from trunk to branch-0.23 to fix MAPREDUCE-3123.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1180773 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-10 03:27:38 +00:00 |
Vinod Kumar Vavilapalli
|
7be1d43cdc
|
MAPREDUCE-2751. svn merge -c r1180071 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1180073 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-07 15:26:22 +00:00 |
Vinod Kumar Vavilapalli
|
c4148c8db1
|
MAPREDUCE-3013. svn merge -c r1179174 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1179175 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 11:47:00 +00:00 |
Arun Murthy
|
9efc5089de
|
Merge -r 1178630:1178631 from trunk to branch-0.23 to fix MAPREDUCE-2792.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1178633 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-03 23:23:04 +00:00 |
Arun Murthy
|
eb30a784d1
|
Merge -r 1176680:1176681 from trunk to branch-0.23 to fix MAPREDUCE-3021.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1176683 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-28 01:25:32 +00:00 |
Arun Murthy
|
7bc49fa3fb
|
Merge -r 1176234:1176235 from trunk to branch-0.23 to fix MAPREDUCE-3067.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1176236 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-27 06:59:35 +00:00 |
Arun Murthy
|
72e518889f
|
Merge -r 1176044:1176045 from trunk to branch-0.23 to fix MAPREDUCE-2984.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1176046 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 20:46:28 +00:00 |
Vinod Kumar Vavilapalli
|
cf8e553ab3
|
MAPREDUCE-3031. svn merge -c r1175960 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1175964 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 17:31:47 +00:00 |
Vinod Kumar Vavilapalli
|
2377d1697f
|
MAPREDUCE-3055. svn merge -c r1174785 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1174792 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-23 14:12:27 +00:00 |
Mahadev Konar
|
9b93426833
|
MAPREDUCE-3044. Pipes jobs stuck without making progress. (mahadev) - Merging -r1173909 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1173910 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 23:54:44 +00:00 |
Arun Murthy
|
6f62a83a31
|
Merge -r 1173903:1173904 from trunk to branch-0.23 to fix MAPREDUCE-3066.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1173905 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 23:34:16 +00:00 |
Vinod Kumar Vavilapalli
|
01da4430d2
|
MAPREDUCE-2880. svn merge -c r1173783 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1173792 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 18:52:27 +00:00 |
Vinod Kumar Vavilapalli
|
9a8f4b655a
|
MAPREDUCE-2930. svn merge -c r1173524 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1173525 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 08:40:17 +00:00 |
Vinod Kumar Vavilapalli
|
3e8f0b3c8e
|
MAPREDUCE-2966. svn merge -c r1170746 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1170751 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 18:01:53 +00:00 |
Vinod Kumar Vavilapalli
|
e1bc3c3f7d
|
MAPREDUCE-2949. svn merge -c r1170689 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1170690 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 15:38:29 +00:00 |
Mahadev Konar
|
90a5181501
|
MAPREDUCE-2899. Replace major parts of ApplicationSubmissionContext with a ContainerLaunchContext (Arun Murthy via mahadev) - Merging r1170459 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1170460 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 07:29:45 +00:00 |
Arun Murthy
|
677c212467
|
Merge -r 1169979:1169980 from trunk to branch-0.23 to fix MAPREDUCE-2896.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1169981 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-13 00:07:09 +00:00 |
Arun Murthy
|
6bec78654c
|
Merge -r 1169954:1169955 from trunk to branch-0.23 to fix MAPREDUCE-2985.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1169956 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 21:54:32 +00:00 |
Arun Murthy
|
3b620d1eca
|
Merge -r 1169620:1169621 from trunk to branch-0.23 to fix MAPREDUCE-2749.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1169623 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 07:13:46 +00:00 |
Arun Murthy
|
cbd0ddfebe
|
Merge -r 1169483:1169484 from trunk to branch-0.23 to fix MAPREDUCE-2933.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1169485 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-11 17:28:08 +00:00 |
Vinod Kumar Vavilapalli
|
6814d04c3e
|
MAPREDUCE-2691. svn merge -c r1167676 --ignore-ancestry ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1167677 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-11 06:29:05 +00:00 |
Arun Murthy
|
3dd8d9476b
|
Merge -r 1166954:1166955 from trunk to branch-0.23 to fix MAPREDUCE-2864.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1166957 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-09 01:58:40 +00:00 |
Arun Murthy
|
666a581924
|
Merge -r 1166848:1166849 from trunk to branch-0.23 to fix MAPREDUCE-2947.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1166851 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-08 18:41:07 +00:00 |
Arun Murthy
|
dc896c8bc6
|
Merge -r 1166837:1166838 from trunk to branch-0.23 to fix MAPREDUCE-2908.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1166840 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-08 18:28:14 +00:00 |
Arun Murthy
|
c1e1e0857d
|
Merge -r 1165948:1165950 from trunk to branch-0.23 to fix MAPREDUCE-2655.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1165951 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-07 01:27:16 +00:00 |