Li Lu
|
054fa104c5
|
YARN-4968. A couple of AM retry unit tests need to wait SchedulerApplicationAttempt stopped. (Wangda Tan via gtcarrera9)
(cherry picked from commit 7c6339f66ac301406504be28841bc3f3bfebc8ae)
|
2016-04-21 13:27:47 -07:00 |
|
Chris Douglas
|
878924189d
|
YARN-4976. Missing NullPointer check in ContainerLaunchContextPBImpl. Contributed by Giovanni Matteo Fumarola
(cherry picked from commit 95a50466075c28110fa7c297e9c5246892076ca8)
|
2016-04-21 10:46:35 -07:00 |
|
Karthik Kambatla
|
75cf238354
|
YARN-4784. Fairscheduler: defaultQueueSchedulingPolicy should not accept FIFO. (Yufei Gu via kasha)
(cherry picked from commit 170c4fd4cdbb8b4c1c4bb219e4c74fa0ba81b055)
|
2016-04-20 23:58:30 -07:00 |
|
Karthik Kambatla
|
cd74cf9525
|
YARN-4935. TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the default. (Yufei Gu via kasha)
(cherry picked from commit 6e297836d64498d90d0cd343789db2f2d490378a)
|
2016-04-20 23:41:03 -07:00 |
|
Wangda Tan
|
83a5cdc400
|
YARN-4890. Unit test intermittent failure: TestNodeLabelContainerAllocation#testQueueUsedCapacitiesUpdate. (Sunil G via wangda)
(cherry picked from commit 33fd95a99c4df6c4de6b0a53dc6679f3cab629e0)
|
2016-04-20 17:38:22 -07:00 |
|
Vinod Kumar Vavilapalli
|
342bb438f2
|
Fixed TimelineClient to retry SocketTimeoutException too. Contributed by Xuan Gong.
(cherry picked from commit 477003730e6a7c7eff11892f5cedf74073ca867b)
|
2016-04-18 11:49:00 -07:00 |
|
Wangda Tan
|
41cafeb5a1
|
YARN-4934. Reserved Resource for QueueMetrics needs to be handled correctly in few cases. (Sunil G via wangda)
(cherry picked from commit fdc46bfb37776d8c41b68f6c33a2379d0f329994)
|
2016-04-16 22:50:00 -07:00 |
|
Xuan
|
94e4d349b0
|
YARN-4965. Distributed shell AM failed due to ClientHandlerException thrown by jersey. Contributed by Junping Du
(cherry picked from commit e6c0742012ffeacad2bcaf712d86a7e5d1420b26)
|
2016-04-16 19:40:11 -07:00 |
|
Arun Suresh
|
8460a323ce
|
YARN-4468. Document the general ReservationSystem functionality, and the REST API. (subru and carlo via asuresh)
|
2016-04-15 17:20:05 -07:00 |
|
Jason Lowe
|
cd148cb347
|
YARN-4940. yarn node -list -all failed if RM start with decommissioned node. Contributed by sandflee
(cherry picked from commit 69f3d428d5c3ab0c79cacffc22b1f59408622ae7)
|
2016-04-15 20:38:04 +00:00 |
|
Naganarasimha
|
2213a40f30
|
YARN-4909. Fix intermittent failures of TestRMWebServices And TestRMWithCSRFFilter. Contributed by Bibin A Chundatt
(cherry picked from commit fdbafbc9e59314d9f9f75e615de9d2dfdced017b)
|
2016-04-15 23:40:07 +05:30 |
|
Jason Lowe
|
ece01478c5
|
YARN-4924. NM recovery race can lead to container not cleaned up. Contributed by sandflee
(cherry picked from commit 3150ae8108a1fc40a67926be6254824c1e37cb38)
|
2016-04-14 19:19:46 +00:00 |
|
Robert Kanter
|
e79a47670b
|
YARN-4541. Change log message in LocalizedResource#handle() to DEBUG (rchiang via rkanter)
(cherry picked from commit 0d9194df00fd68bfb7a8ba504b0cddd7d7c69b8a)
|
2016-04-13 17:45:36 -07:00 |
|
Xuan
|
5bc64dafc3
|
YARN-4886. Add HDFS caller context for EntityGroupFSTimelineStore. Contributed by Li Lu
(cherry picked from commit e0cb426758b3d716ff143f723fc16ef2f1e4971b)
|
2016-04-13 10:39:31 -07:00 |
|
Naganarasimha
|
53c24e00e8
|
YARN-4810. NM applicationpage cause internal error 500. Contributed by Bibin A Chundatt.
(cherry picked from commit 437e9d6475a91cafc4c993b206312912b5f13ad9)
|
2016-04-12 18:25:11 +05:30 |
|
Rohith Sharma K S
|
d93cfefea5
|
YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt.
(cherry picked from commit 4ee7f0a3e7814d66d6e11aa4b559da5ac93c4b99)
|
2016-04-12 10:28:18 +05:30 |
|
Rohith Sharma K S
|
e9d1d8afd7
|
YARN-4794. Deadlock in NMClientImpl. Contributed by Jian He.
(cherry picked from commit ff722bbbdfaf9715643507628e94ece26d904b9d)
|
2016-04-12 10:03:29 +05:30 |
|
Vinod Kumar Vavilapalli
|
f1dcd40294
|
YARN-4168. Fixed a failing test TestLogAggregationService.testLocalFileDeletionOnDiskFull. Contributed by Takashi Ohnishi.
(cherry picked from commit 44bbc50d919388e4ad08be2e9ba80ac7502d2579)
|
2016-04-11 12:12:30 -07:00 |
|
Jason Lowe
|
f1a370ce8b
|
Revert "YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla"
This reverts commit 814ceeb4893ad9ed903ebcfd30fe3158ec1c71df.
|
2016-04-11 15:56:29 +00:00 |
|
Junping Du
|
a3f8491410
|
YARN-4928. Some yarn.server.timeline.* tests fail on Windows attempting to use a test root path containing a colon. Contributed by Gergely Novák.
(cherry picked from commit 08ddb3ac6da634c293c638d76b53af163ede3057)
|
2016-04-11 08:51:22 -07:00 |
|
Akira Ajisaka
|
8cf6630fc6
|
YARN-4630. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 1ff27f9d12e8124c1b9a722708264c5b07fd0fde)
|
2016-04-11 14:55:37 +09:00 |
|
Varun Vasudev
|
4baee3eb67
|
YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.
(cherry picked from commit 07920acc165f17e8fe3ca9d21283a2123223f438)
|
2016-04-11 09:40:28 +05:30 |
|
Akira Ajisaka
|
88556294e2
|
YARN-4938. MiniYarnCluster should not request transitionToActive to RM on non-HA environment. Contributed by Eric Badger.
(cherry picked from commit 1b78b2ba17cffdd19ae056555dd7f89b7a3eb06a)
|
2016-04-11 01:32:49 +09:00 |
|
Karthik Kambatla
|
94a88ae87b
|
YARN-4927. TestRMHA#testTransitionedToActiveRefreshFail fails with FairScheduler. (Bibin A Chundatt via kasha)
(cherry picked from commit ff95fd547b3030529983fa4e701ac728c54ab63a)
|
2016-04-09 10:31:29 -07:00 |
|
Wangda Tan
|
dac2021f87
|
YARN-4826. Document configuration of ReservationSystem for CapacityScheduler. (Subru Krishnan via wangda)
(cherry picked from commit fcb3fcd4c674d58e5f40b17eff7048e8ae45d151)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/CapacityScheduler.md
|
2016-04-08 16:28:14 -07:00 |
|
Wangda Tan
|
12ccdd6540
|
YARN-3215. Respect labels in CapacityScheduler when computing headroom. (Naganarasimha G R via wangda)
(cherry picked from commit ec06957941367930c855b5e05e6a84ba676fd46a)
|
2016-04-08 15:34:24 -07:00 |
|
Jian He
|
77a75de319
|
YARN-4740. AM may not receive the container complete msg when it restarts. Contributed by Jun Gong
|
2016-04-08 11:21:07 -07:00 |
|
Karthik Kambatla
|
2b97a50eec
|
YARN-4756. Unnecessary wait in Node Status Updater during reboot. (Eric Badger via kasha)
(cherry picked from commit e82f961a3925aadf9e53a009820a48ba9e4f78b6)
|
2016-04-07 17:30:54 -07:00 |
|
Jian He
|
42bc565630
|
YARN-4769. Add support for CSRF header in the dump capacity scheduler logs and kill app buttons in RM web UI. Contributed by Varun Vasudev
|
2016-04-06 16:14:13 -07:00 |
|
Varun Vasudev
|
8f9b97ccce
|
YARN-4906. Capture container start/finish time in container metrics. Contributed by Jian He.
(cherry picked from commit b41e65e5bc9459b4d950a2c53860a223f1a0d2ec)
|
2016-04-06 13:42:06 +05:30 |
|
Wangda Tan
|
11e796b5cd
|
YARN-4699. Scheduler UI and REST o/p is not in sync when -replaceLabelsOnNode is used to change label of a node. (Sunil G via wangda)
(cherry picked from commit 21eb4284487d6f8e4beedb8a0c3168e952f224fc)
|
2016-04-05 16:25:55 -07:00 |
|
Masatake Iwasaki
|
e98bb0279b
|
YARN-4917. Fix typos in documentation of Capacity Scheduler. (Takashi Ohnishi via iwasakims)
(cherry picked from commit 500e5a5952f8f34bf0e1e2653fa01b357d68cc8f)
|
2016-04-06 04:01:34 +09:00 |
|
Masatake Iwasaki
|
36a3fe0334
|
YARN-4915. Fix typo in YARN Secure Containers documentation (Takashi Ohnishi via iwasakims)
(cherry picked from commit 30206346cf13fe1b7267f86e7c210b77c86b88c9)
|
2016-04-06 03:47:42 +09:00 |
|
Junping Du
|
0907ce8c93
|
YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor Kiss.
(cherry picked from commit 00058167431475c6e63c80207424f1d365569e3a)
|
2016-04-05 09:02:50 -07:00 |
|
Junping Du
|
eeff2e35f8
|
YARN-4893. Fix some intermittent test failures in TestRMAdminService. Contributed by Brahma Reddy Battula.
(cherry picked from commit 6be28bcc461292b24589dae17a235b3eaadc07ed)
|
2016-04-05 07:05:06 -07:00 |
|
Jason Lowe
|
814ceeb489
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
(cherry picked from commit 1cbcd4a491e6a57d466c2897335614dc6770b475)
|
2016-04-05 13:41:18 +00:00 |
|
Rohith Sharma K S
|
13a4e25f26
|
YARN-4609. RM Nodes list page takes too much time to load. Contributed by Bibin A Chundatt
(cherry picked from commit 776b549e2ac20a68a5513cbcaac0edc33233dc03)
|
2016-04-05 14:53:24 +05:30 |
|
Rohith Sharma K S
|
eec23580b4
|
YARN-4880. Running TestZKRMStateStorePerf with real zookeeper cluster throws NPE. Contributed by Sunil G
(cherry picked from commit 552237d4a34ab10fa5f9ec7aad7942f2a110993e)
|
2016-04-05 14:37:31 +05:30 |
|
Li Lu
|
236d1a5093
|
YARN-4706. UI Hosting Configuration in TimelineServer doc is broken. (Akira AJISAKA via gtcarrera9)
(cherry picked from commit f61de4173684aa1767cef20b3cb4d54df20273cd)
|
2016-04-04 14:41:40 -07:00 |
|
naganarasimha
|
3772602848
|
YARN-4746. yarn web services should convert parse failures of appId, appAttemptId and containerId to 400. Contributed by Bibin A Chundatt
(cherry picked from commit 5092c94195a63bd2c3e36d5a74b4c061cea1b847)
|
2016-04-04 18:08:18 +05:30 |
|
Rohith Sharma K S
|
c8271cd117
|
YARN-4607. Pagination support for AppAttempt page TotalOutstandingResource Requests table. Contributed by Bibin A Chundatt
(cherry picked from commit 1e6f92977dc5431b117745feb5a3491e88a559c0)
|
2016-04-04 08:13:03 +05:30 |
|
Allen Wittenauer
|
92a3dbe44f
|
YARN-4850. test-fair-scheduler.xml isn't valid xml (Yufei Gu via aw)
(cherry picked from commit b1394d6307425a41d388c71e39f0880babb2c7a9)
|
2016-04-01 16:57:31 -07:00 |
|
Karthik Kambatla
|
ecfd25dc65
|
YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha)
(cherry picked from commit 81d04cae41182808ace5d86cdac7e4d71871eb1e)
|
2016-04-01 16:20:18 -07:00 |
|
Arun Suresh
|
f56266fccc
|
Missing file for YARN-4895.
(cherry picked from commit 5686caa9fcb59759c9286385575f31e407a97c16)
|
2016-04-01 15:58:38 -07:00 |
|
Arun Suresh
|
24ce9ea456
|
YARN-4895. Add subtractFrom method to ResourceUtilization class. Contributed by Konstantinos Karanasos.
(cherry picked from commit 82621e38a0445832998bc00693279e23a98605c1)
|
2016-04-01 15:00:02 -07:00 |
|
Varun Vasudev
|
10d8f8a39c
|
Revert "YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki."
This reverts commit 0064cba169d1bb761f6e81ee86830be598d7c500.
(cherry picked from commit 3488c4f2c9767684eb1007bb00250f474c06d5d8)
|
2016-04-01 12:21:49 +05:30 |
|
Robert Kanter
|
633f612d67
|
YARN-4639. Remove dead code in TestDelegationTokenRenewer added in YARN-3055 (templedf via rkanter)
(cherry picked from commit 7a021471c376ce846090fbd1a315266bada048d4)
|
2016-03-31 15:47:44 -07:00 |
|
Wangda Tan
|
d36d9d676d
|
YARN-4634. Scheduler UI/Metrics need to consider cases like non-queue label mappings. (Sunil G via wangda)
(cherry picked from commit 12b11e2e688158404feeb3ded37eb6cccad4ea5c)
|
2016-03-31 14:35:59 -07:00 |
|
Jian He
|
3afc2caec8
|
YARN-4811. Generate histograms in ContainerMetrics for actual container resource usage
|
2016-03-31 14:31:38 -07:00 |
|
Sangjin Lee
|
b91928cd26
|
YARN-4183. Clarify the behavior of timeline service config properties (Naganarasimha G R via sjlee)
(cherry picked from commit 6d67420dbc5c6097216fa40fcec8ed626b2bae14)
|
2016-03-31 10:49:45 -07:00 |
|