Sanford Ryza
|
1784601bb9
|
Amending YARN-589. Adding missing file from patch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512112 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 00:33:51 +00:00 |
|
Sanford Ryza
|
5b001e1a8f
|
YARN-589. Expose a REST API for monitoring the fair scheduler (Sandy Ryza).
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512111 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 00:26:45 +00:00 |
|
Arun Murthy
|
e90afcc971
|
YARN-1043. Push all metrics consistently. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512081 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 22:54:31 +00:00 |
|
Jonathan Turner Eagles
|
3e0203a3a4
|
YARN-985. Nodemanager should log where a resource was localized (Ravi Prakash via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511100 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-06 19:51:33 +00:00 |
|
Bikas Saha
|
41e2518e0c
|
YARN-994. HeartBeat thread in AMRMClientAsync does not handle runtime exception correctly (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1510070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-03 22:31:50 +00:00 |
|
Vinod Kumar Vavilapalli
|
ac933234ac
|
YARN-906. Fixed a bug in NodeManager where cancelling ContainerLaunch at KILLING state causes that the container to hang. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509924 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-03 00:49:09 +00:00 |
|
Vinod Kumar Vavilapalli
|
5b7889f9a7
|
YARN-903. Changed ContainerManager to suppress unnecessary warnings when stopping already stopped containers. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509560 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-02 06:54:22 +00:00 |
|
Jason Darrell Lowe
|
ef4f9b09ac
|
Correct fix versions for MAPREDUCE-5428 and YARN-573.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509475 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-01 23:54:19 +00:00 |
|
Jason Darrell Lowe
|
4757963d32
|
YARN-573. Shared data structures in Public Localizer and Private Localizer are not Thread safe. Contributed by Omkar Vinit Joshi
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509389 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-01 19:34:55 +00:00 |
|
Sanford Ryza
|
1ff7043a1f
|
YARN-758. Augment MockNM to use multiple cores (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509086 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-01 06:10:48 +00:00 |
|
Vinod Kumar Vavilapalli
|
ba5925c96a
|
YARN-502. Fixed a state machine issue with RMNode inside ResourceManager which was crashing scheduler. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509060 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-01 00:55:08 +00:00 |
|
Vinod Kumar Vavilapalli
|
813efd25a1
|
YARN-966. Fixed ContainerLaunch to not fail quietly when there are no localized resources due to some other failure. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508688 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 23:58:17 +00:00 |
|
Vinod Kumar Vavilapalli
|
48264f1994
|
YARN-948. Changed ResourceManager to validate the release container list before actually releasing them. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508609 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 20:30:54 +00:00 |
|
Arun Murthy
|
c70178edca
|
Updating release date for hadoop-2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508402 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 12:19:35 +00:00 |
|
Vinod Kumar Vavilapalli
|
3ca892dc0a
|
Reverting YARN-245 to fix a critical bug.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508277 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 03:06:54 +00:00 |
|
Vinod Kumar Vavilapalli
|
817a654346
|
YARN-945. Removed setting of AMRMToken's service from ResourceManager and changed client libraries do it all the time and correctly. Contributed by Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508232 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-29 23:17:39 +00:00 |
|
Vinod Kumar Vavilapalli
|
c23cf3cddf
|
YARN-961. Changed ContainerManager to enforce Token auth irrespective of security. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508216 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-29 22:23:29 +00:00 |
|
Sanford Ryza
|
9eb06b31d6
|
YARN-932. TestResourceLocalizationService.testLocalizationInit can fail on JDK7. (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508209 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-29 22:06:28 +00:00 |
|
Vinod Kumar Vavilapalli
|
412e19f8e3
|
YARN-245. Fixed NodeManager to handle duplicate responses from ResourceManager. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1508157 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-29 18:15:05 +00:00 |
|
Luke Lu
|
13b526b15f
|
YARN-347. Node CLI should show CPU info besides memory in node status. (Junping Du via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1507959 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-29 07:34:19 +00:00 |
|
Alejandro Abdelnur
|
f179afc68d
|
YARN-937. Fix unmanaged AM in non-secure/secure setup post YARN-701. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1507706 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-27 20:04:38 +00:00 |
|
Vinod Kumar Vavilapalli
|
ae8f07d47b
|
YARN-960. Fixed ResourceManager to propagate client-submitted credentials irrespective of security. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1507700 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-27 18:50:27 +00:00 |
|
Tsz-wo Sze
|
49d8dceb1f
|
Move YARN-84 to section 2.1.0-beta in CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1507587 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-27 07:03:25 +00:00 |
|
Vinod Kumar Vavilapalli
|
db1e0c1eef
|
YARN-688. Fixed NodeManager to properly cleanup containers when it is shut down. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506814 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-25 04:14:25 +00:00 |
|
Bikas Saha
|
9c453d4432
|
YARN-875. Application can hang if AMRMClientAsync callback thread has exception (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506750 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-24 22:13:17 +00:00 |
|
Bikas Saha
|
ed6598791e
|
YARN-873. YARNClient.getApplicationReport(unknownAppId) returns a null report (Xuan Gong via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506732 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-24 21:34:47 +00:00 |
|
Kihwal Lee
|
605fafb4c0
|
YARN-968. RM admin commands don't work. Contributed by Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506675 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-24 19:43:48 +00:00 |
|
Vinod Kumar Vavilapalli
|
3ca3137179
|
YARN-926. Modified ContainerManagerProtcol APIs to take in requests for multiple containers. Contributed by Jian He.
MAPREDUCE-5412. Update MR app to use multiple containers API of ContainerManager after YARN-926. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506391 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-24 03:41:03 +00:00 |
|
Jason Darrell Lowe
|
a42e459b9e
|
MAPREDUCE-5356. Ability to refresh aggregated log retention period and check interval. Contributed by Ashwin Shankar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1506226 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-23 19:20:57 +00:00 |
|
Alejandro Abdelnur
|
ca35ed13bf
|
YARN-461. Fair scheduler should not accept apps with empty string queue name. (ywskycn via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505858 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-23 00:00:11 +00:00 |
|
Vinod Kumar Vavilapalli
|
5b3bb05fbe
|
YARN-853. Fixed CapacityScheduler's maximum-am-resource-percent to properly work beyond refreshing queues. Contributed by Devaraj K.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505855 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-22 23:49:20 +00:00 |
|
Vinod Kumar Vavilapalli
|
65250d0a62
|
Fixing YARN CHANGES.txt. The general bug list got mixed up with HADOOP-8562 sub-tasks.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505847 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-22 23:31:40 +00:00 |
|
Arun Murthy
|
5b99672658
|
YARN-897. Ensure child queues are ordered correctly to account for completed containers. Contributed by Djellel Eddine Difallah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1505146 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-20 14:59:41 +00:00 |
|
Hitesh Shah
|
3c6e5b900f
|
YARN-919. Document setting default heap sizes in yarn env.sh Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504970 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 19:23:12 +00:00 |
|
Arun Murthy
|
31f29de05b
|
Fixed CHANGES.txt to reflect that new content in branch-2 goes to hadoop-2.3.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504742 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 01:29:07 +00:00 |
|
Arun Murthy
|
87a02553ee
|
Fixed CHANGES.txt to reflect that all fixes in 2.1.1-beta are now in 2.1.0-beta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504738 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 01:03:19 +00:00 |
|
Arun Murthy
|
ac914f79bc
|
YARN-918. Remove ApplicationAttemptId from RegisterApplicationMasterRequestProto. Contributed by Vinod K V.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504735 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 00:57:40 +00:00 |
|
Vinod Kumar Vavilapalli
|
7a29bccd7a
|
YARN-814. Improving diagnostics when containers fail during launch due to various reasons like invalid env etc. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504732 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 00:28:18 +00:00 |
|
Arun Murthy
|
32bc200d54
|
YARN-701. Use application tokens irrespective of secure or non-secure mode. Contributed by Vinod K V.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504604 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-18 19:03:48 +00:00 |
|
Hitesh Shah
|
1c133ffb72
|
YARN-865. RM webservices can't query based on application Types. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504288 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 21:42:24 +00:00 |
|
Bikas Saha
|
9f3e488936
|
YARN-922. Change FileSystemRMStateStore to use directories (Jian He via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504261 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 20:19:49 +00:00 |
|
Vinod Kumar Vavilapalli
|
c6facfb10d
|
YARN-912. Move client facing exceptions to yarn-api module. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1504032 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 07:31:33 +00:00 |
|
Vinod Kumar Vavilapalli
|
8b9c1e68ab
|
YARN-62. Modified NodeManagers to avoid AMs from abusing container tokens for repetitive container launches. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503986 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 04:24:44 +00:00 |
|
Bikas Saha
|
3520039979
|
YARN-927. Change ContainerRequest to not have more than 1 container count and remove StoreContainerRequest (bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503960 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-17 00:47:46 +00:00 |
|
Vinod Kumar Vavilapalli
|
6d12709b19
|
YARN-820. Fixed an invalid state transition in NodeManager caused by failing resource localization. Contributed by Mayank Bansal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503947 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 23:44:56 +00:00 |
|
Vinod Kumar Vavilapalli
|
af0d2fc3e3
|
YARN-661. Fixed NM to cleanup users' local directories correctly when starting up. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503942 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 23:31:02 +00:00 |
|
Bikas Saha
|
33b5a81509
|
YARN-513. Create common proxy client for communicating with RM (Xuan Gong & Jian He via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503933 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 22:47:40 +00:00 |
|
Bikas Saha
|
8f8be404a7
|
Trivial fix for minor refactor error for YARN-521
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 02:40:57 +00:00 |
|
Vinod Kumar Vavilapalli
|
4466d8653f
|
YARN-523. Modified a test-case to validate container diagnostics on localization failures. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503532 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 00:57:41 +00:00 |
|
Bikas Saha
|
1fe8e2d7ee
|
YARN-521. Augment AM - RM client module to be able to request containers only at specific locations (Sandy Ryza via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1503526 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-16 00:23:18 +00:00 |
|