Tao Yang
5b2a1b641a
YARN-9838. Fix resource inconsistency for queues when moving app with reserved container to another queue. Contributed by jiulongzhu.
...
(cherry picked from commit 8afabe41e4
)
2019-11-22 16:18:59 +08:00
Jason Lowe
dbbe23f269
YARN-7589. TestPBImplRecords fails with NullPointerException. Contributed by Daniel Templeton
...
(cherry picked from commit 25df505421
)
2019-11-21 11:55:20 -08:00
Eric E Payne
a9f51e0372
YARN-8842. Expose metrics for custom resource types in QueueMetrics. (Contributed by Szilard Nemeth) (refactored patch for branch-2)
2019-11-21 19:23:48 +00:00
Wangda Tan
835bc686e0
YARN-7411. Inter-Queue preemption's computeFixpointAllocation need to handle absolute resources while computing normalizedGuarantee. (Sunil G via wangda)
...
Change-Id: I41b1d7558c20fc4eb2050d40134175a2ef6330cb
(cherry picked from commit 034b312d9f
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ResourcePBImpl.java
I did not backport the changes to ResourcePBImpl.java because the code was removed by mistake and soon added back as part of YARN-7483 (Eric Payne).
2019-11-19 22:39:14 +00:00
Eric E Payne
a74411ebaa
Revert "YARN-7411. Inter-Queue preemption's computeFixpointAllocation need to handle absolute resources while computing normalizedGuarantee. (Sunil G via wangda)"
...
Pulling this back into branch-2 prevented nodemanagers from coming up if extended resources are present.
This reverts commit ab83765a6c
.
2019-11-15 22:01:28 +00:00
Eric E Payne
6973f78a73
YARN-8179: Preemption does not happen due to natural_termination_factor when DRF is used. Contributed by Kyungwan Nam.
...
(cherry picked from commit 0b4c44bdee
)
2019-11-15 19:00:06 +00:00
Wangda Tan
ab83765a6c
YARN-7411. Inter-Queue preemption's computeFixpointAllocation need to handle absolute resources while computing normalizedGuarantee. (Sunil G via wangda)
...
Change-Id: I41b1d7558c20fc4eb2050d40134175a2ef6330cb
(cherry picked from commit 034b312d9f
)
2019-11-15 17:21:30 +00:00
Robert Kanter
235d6c73e5
YARN-8202. DefaultAMSProcessor should properly check units of requested custom resource types against minimum/maximum allocation (snemeth via rkanter)
...
(cherry picked from commit c8b53c4364
)
(cherry picked from commit 0506c762b2
)
2019-11-14 15:47:24 -08:00
Daniel Templeton
7f1d2e196c
YARN-7541. Node updates don't update the maximum cluster capability for resources other than CPU and memory
...
(cherry picked from commit 8498d287cd
)
2019-11-14 14:56:23 -08:00
Wangda Tan
b5128b2ae2
YARN-7739. DefaultAMSProcessor should properly check customized resource types against minimum/maximum allocation. (wangda)
...
Change-Id: I10cc9341237d9a2fc0f8c855efb98a36b91389e2
(cherry picked from commit d02e42cee4
)
2019-11-14 14:44:30 -08:00
Sunil G
ec5c102ba7
YARN-8004. Add unit tests for inter queue preemption for dominant resource calculator. Contributed by Zian Chen.
...
(cherry picked from commit 71220d218d
)
2019-11-05 16:03:52 +00:00
Jonathan Hung
ae3f5d66e4
YARN-9945. Fix javadoc in FederationProxyProviderUtil in branch-2
2019-10-31 15:30:23 -07:00
Jonathan Hung
915b795358
Make upstream aware of 2.10.0 release
...
(cherry picked from commit 7663db59c097c82eeed2df7a91168a4d7123c96b)
(cherry picked from commit 5d2ffcc7aa
)
(cherry picked from commit 4d274f60bc
)
2019-10-30 21:01:40 -07:00
Eric Badger
128631c5ac
YARN-9914. Use separate configs for free disk space checking for full and not-full disks. Contributed by Jim Brennan
...
(cherry picked from commit eef34f2d87
)
2019-10-25 17:45:40 +00:00
Jonathan Hung
108127238b
Preparing for 2.11.0 development
2019-10-15 10:01:45 -07:00
Haibo Chen
600d54fcd6
YARN-8750. Refactor TestQueueMetrics. (Contributed by Szilard Nemeth)
...
(cherry picked from commit e60b797c88
)
2019-10-15 15:52:25 +00:00
Jonathan Hung
ab7181e9af
YARN-9760. Support configuring application priorities on a workflow level. Contributed by Varun Saxena
2019-10-08 11:19:39 -07:00
bibinchundatt
c57e6bc385
YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.
2019-10-01 16:13:53 +05:30
Jonathan Hung
a0e592db5a
Addendum to YARN-9730. Support forcing configured partitions to be exclusive based on app node label
...
(cherry picked from commit d86a1acc866cbda845fb3896dc824baf12217383)
(cherry picked from commit f4f210d2e5
)
(cherry picked from commit 95ec7050b5
)
2019-09-25 17:50:05 -07:00
Jonathan Hung
eedbf9d195
YARN-9730. Support forcing configured partitions to be exclusive based on app node label
...
(cherry picked from commit 73a044a63822303f792183244e25432528ecfb1e)
(cherry picked from commit dd094d79023f6598e47146166aa8c213e03d41b7)
(cherry picked from commit 10bdcb6f1da3b86146efa479c0bbc8d1da505789)
2019-09-24 13:51:11 -07:00
Jonathan Hung
90fbfbbe71
YARN-9762. Add submission context label to audit logs. Contributed by Manoj Kumar
...
(cherry picked from commit 3d78b1223d
)
(cherry picked from commit a1fa9a8a7f
)
(cherry picked from commit 6a1d2d56bd
)
2019-09-23 13:13:24 -07:00
Wangda Tan
727cbcb41d
YARN-7410. Cleanup FixedValueResource to avoid dependency to ResourceUtils. (wangda)
...
(cherry picked from commit df27824b80
)
2019-09-19 15:27:30 -07:00
Weiwei Yang
c351230d0e
YARN-7860. Fix UT failure TestRMWebServiceAppsNodelabel#testAppsRunning. Contributed by Sunil G.
...
(cherry picked from commit bff858e910
)
2019-09-19 20:25:31 +00:00
Wangda Tan
e56f2d4993
YARN-7817. Add Resource reference to RM's NodeInfo object so REST API can get non memory/vcore resource usages. (Sunil G via wangda)
...
Change-Id: Ia7ceeabd82046645ddeaf487c763288f36cfbdee
(cherry picked from commit e0cfb0a31a
)
2019-09-19 20:21:42 +00:00
Varun Saxena
c9a46308a1
YARN-9825. Changes for initializing placement rules with ResourceScheduler in branch-2. Contributed by Jonathan Hung.
2019-09-13 17:03:47 +05:30
Jonathan Hung
c412fab728
YARN-9824. Fall back to configured queue ordering policy class name
...
(cherry picked from commit f8f8598ea5
)
(cherry picked from commit 1dbf87c9ff
)
(cherry picked from commit d75693bd6e
)
2019-09-10 15:36:45 -07:00
Jonathan Hung
1476cf5fbd
YARN-9820. RM logs InvalidStateTransitionException when app is submitted. Contributed by Prabhu Joseph
2019-09-09 00:30:20 -07:00
Jonathan Hung
d2eabbd7fd
YARN-9764. Print application submission context label in application summary. Contributed by Manoj Kumar
2019-09-08 19:20:51 -07:00
Jonathan Hung
6e7dfc9981
YARN-9763. Print application tags in application summary. Contributed by Manoj Kumar
2019-09-06 10:59:14 -07:00
Jonathan Hung
fb78b7c45c
YARN-9761. Allow overriding application submissions based on server side configs. Contributed by Pralabh Kumar
2019-09-06 10:03:33 -07:00
Jonathan Hung
6e02d8fcfb
YARN-9810. Add queue capacity/maxcapacity percentage metrics. Contributed by Shubham Gupta
...
(cherry picked from commit 0ccf4b0fe1
)
(cherry picked from commit cb806988d72bde1f9837c9e0fb82a3a6c032542c)
(cherry picked from commit 37d1f8c81e
)
2019-09-05 14:09:08 -07:00
Akira Ajisaka
758085a87e
YARN-9162. Fix TestRMAdminCLI#testHelp. Contributed by Ayush Saxena.
...
(cherry picked from commit 5db7c49062
)
(cherry picked from commit a453f38015
)
(cherry picked from commit 3c9d2f5317
)
2019-08-30 17:57:39 -07:00
Miklos Szegedi
655154cb45
YARN-7585. NodeManager should go unhealthy when state store throws DBException. Contributed by Wilfred Spiegelenburg.
...
(cherry picked from commit 7f515f57ed
)
2019-08-29 19:52:36 -07:00
Wangda Tan
056b54c62c
YARN-6909. Use LightWeightedResource when number of resource types more than two. (Sunil G via wangda)
...
Change-Id: I90e021c5dea7abd9ec6bd73b2287c8adebe14595
2019-08-29 17:02:47 -07:00
Jonathan Hung
87ad52f076
YARN-9409. Port resource type changes from YARN-7237 to branch-2
2019-08-29 17:02:47 -07:00
Jonathan Hung
28fbc4e344
YARN-9272. Backport YARN-7738 for refreshing max allocation for multiple resource types
2019-08-29 17:02:47 -07:00
Jonathan Hung
8e5ce8055e
YARN-9271. Backport YARN-6927 for resource type support in MapReduce
2019-08-29 17:02:47 -07:00
Wangda Tan
6f4ebe01b7
YARN-8183. Fix ConcurrentModificationException inside RMAppAttemptMetrics#convertAtomicLongMaptoLongMap. (Suma Shivaprasad via wangda)
...
Change-Id: I347871d672001653a3afe2e99adefd74e0d798cd
(cherry picked from commit bb3c504764f807fccba7f28298a12e2296f284cb)
(cherry picked from commit 3043a93d46
)
2019-08-29 17:02:47 -07:00
Sunil G
1875231be5
YARN-7383. Node resource is not parsed correctly for resource names containing dot. Contributed by Gergely Novák.
2019-08-29 17:02:47 -07:00
Daniel Templeton
062fbd084d
YARN-7143. FileNotFound handling in ResourceUtils is inconsistent
...
Change-Id: Ib1bb487e14a15edd2b5a42cf5078c5a2b295f069
(cherry picked from commit db82a41d94872cea4d0c1bb1336916cebc2faeec)
2019-08-29 17:02:47 -07:00
Wangda Tan
7025333d31
YARN-7345. GPU Isolation: Incorrect minor device numbers written to devices.deny file. (Jonathan Hung via wangda)
2019-08-29 17:02:47 -07:00
Jonathan Hung
22ba6939eb
YARN-9291. Backport YARN-7637 to branch-2
2019-08-29 17:02:47 -07:00
Jonathan Hung
e102c3d74e
YARN-9397. Fix empty NMResourceInfo object test failures in branch-2
2019-08-29 17:02:47 -07:00
Sunil G
86709564cb
YARN-7223. Document GPU isolation feature. Contributed by Wangda Tan.
2019-08-29 17:02:47 -07:00
Sunil G
c539427696
YARN-7594. TestNMWebServices#testGetNMResourceInfo fails on trunk. Contributed by Gergely Novák.
2019-08-29 17:02:47 -07:00
Wangda Tan
ca7d0fda4f
YARN-7573. Gpu Information page could be empty for nodes without GPU. (Sunil G via wangda)
...
Change-Id: I7f614e5a589a09ce4e4286c84b706e05c29abd14
2019-08-29 17:02:47 -07:00
Jonathan Hung
7939ae1695
YARN-9289. Backport YARN-7330 for GPU in UI to branch-2
2019-08-29 17:02:47 -07:00
Jian He
4d82318eb1
YARN-7396. NPE when accessing container logs due to null dirsHandler. Contributed by Jonathan Hung
2019-08-29 17:02:47 -07:00
Jonathan Hung
16faceb0da
YARN-9174. Backport YARN-7224 for refactoring of GpuDevice class
2019-08-29 17:02:47 -07:00
Jonathan Hung
7ec4d7c6ce
YARN-9280. Backport YARN-6620 to YARN-8200/branch-2 for NodeManager-side GPU isolation
2019-08-29 17:02:47 -07:00
Jonathan Hung
631dfc7277
YARN-9180. Port YARN-7033 NM recovery of assigned resources to branch-2
2019-08-29 17:02:47 -07:00
Jonathan Hung
56259bcecb
YARN-9187. Backport YARN-6852 for GPU-specific native changes to branch-2
2019-08-29 17:02:47 -07:00
Jonathan Hung
078dfb09fe
YARN-9175. Null resources check in ResourceInfo for branch-3.0
...
(cherry picked from commit a0291a015c
)
2019-08-29 17:02:47 -07:00
Sunil G
4d30c90a1b
YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan.
...
(cherry picked from commit da0b6a354b
)
(cherry picked from commit 74030d808c
)
2019-08-29 17:02:47 -07:00
Daniel Templeton
72d90e750b
YARN-7270 addendum: Reapplied changes after YARN-3926 backports
2019-08-29 17:02:47 -07:00
Jonathan Hung
d6673c5491
YARN-9188. Port YARN-7136 to branch-2
2019-08-29 17:02:47 -07:00
Wangda Tan
26e87be3f2
YARN-7056. [Partial backport] Document Resource Profiles feature. (Sunil G via wangda)
...
Change-Id: I5f5d52cdf7aba4ac09684aab573e6916dbad183e
(cherry picked from commit 6b88cd1901
)
2019-08-29 17:02:47 -07:00
Sunil G
45b50c45d6
YARN-6933. [YARN-3926] ResourceUtils.DISALLOWED_NAMES check is duplicated. Contributed by Manikandan R.
...
(cherry picked from commit 805095496d
)
2019-08-29 17:02:47 -07:00
Wangda Tan
8cea242e94
YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda)
...
Change-Id: I88928a747ee3eec17bc76fb71e9aaa632d091f0f
(cherry picked from commit 53df3eac50
)
2019-08-29 17:02:46 -07:00
Wangda Tan
f340726c9a
YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)
...
Change-Id: I442bf6d838b3aba83f1f6779cf9dcf8596a2102d
(cherry picked from commit e490602e9b
)
2019-08-29 17:02:46 -07:00
Sunil G
74bb2d6ae7
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan.
...
(cherry picked from commit a333ba54e3
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/MetricsOverviewTable.java
2019-08-29 17:02:46 -07:00
Wangda Tan
1f05fa041a
YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda)
...
Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913
(cherry picked from commit 39240b61a1
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ClientRMService.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/OpportunisticContainerAllocatorAMService.java
2019-08-29 17:02:46 -07:00
Sunil G
7c37fbef12
YARN-6781. [YARN-3926] ResourceUtils#initializeResourcesMap takes an unnecessary Map parameter. Contributed by Yu-Tang Lin.
...
(cherry picked from commit 758b771943
)
2019-08-29 17:02:46 -07:00
Wangda Tan
c69dd9eea6
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)
...
Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d
(cherry picked from commit df3855541a
)
2019-08-29 17:02:46 -07:00
Wangda Tan
43030aa423
YARN-7042. Clean up unit tests after YARN-6610. (Daniel Templeton via wangda)
...
Change-Id: I8e40f704b6fcdd5b14faa9548a27986501044fa1
(cherry picked from commit b1fe3a222e
)
2019-08-29 17:02:46 -07:00
Sunil G
7b1c58b037
YARN-7030. [YARN-3926] Performance optimizations in Resource and ResourceUtils class. Contributed by Wangda Tan.
...
(cherry picked from commit a6989af1d9
)
2019-08-29 17:02:46 -07:00
Sunil G
2fafdc7f8b
YARN-6610. [YARN-3926] DominantResourceCalculator#getResourceAsValue dominant param is updated to handle multiple resources. Contributed by Daniel Templeton.
...
(cherry picked from commit a0030c8c6f
)
2019-08-29 17:02:46 -07:00
Sunil G
06c38ee7a4
YARN-6892. [YARN-3926] Improve API implementation in Resources and DominantResourceCalculator class. Contributed by Sunil G.
...
(cherry picked from commit 2b51b262ab
)
2019-08-29 17:02:46 -07:00
Yufei Gu
59cfecd60e
YARN-6994. [YARN-3926] Remove last uses of Long from resource types code. (Daniel Templeton via Yufei Gu)
...
(cherry picked from commit d5e9939ebb
)
2019-08-29 17:02:46 -07:00
Daniel Templeton
d8f388652e
YARN-6788. [YARN-3926] Improve performance of resource profile branch
...
(Contributed by Sunil Govindan via Daniel Templeton)
(cherry picked from commit 3aeaafecb8
)
2019-08-29 17:02:46 -07:00
Sunil G
1dc66dbb3f
YARN-6786. [YARN-3926] ResourcePBImpl imports cleanup. Contributed by Yeliang Cang.
...
(cherry picked from commit 4e5632d28e
)
2019-08-29 17:02:46 -07:00
Sunil G
ad6f095774
YARN-6761. Fix build for YARN-3926 branch. Contributed by Varun Vasudev.
...
(cherry picked from commit ca2808d8bb
)
2019-08-29 17:02:46 -07:00
Jonathan Hung
d5963b2be9
YARN-9182. Backport YARN-6445 resource profile performance improvements to branch-2
2019-08-29 17:02:46 -07:00
Jonathan Hung
08923e324a
YARN-9177. Use resource map for app metrics in TestCombinedSystemMetricsPublisher for branch-2
2019-08-29 17:02:46 -07:00
Jonathan Hung
7f614f7cee
YARN-9181. Backport YARN-6232 for generic resource type usage to branch-2
2019-08-29 17:02:46 -07:00
Sunil G
c5e77e8b84
YARN-5588. [Partial backport] [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev.
...
(cherry picked from commit 7805deed48
)
2019-08-29 17:02:46 -07:00
Arun Suresh
6db8c36ba9
YARN-5587. [Partial backport] Add support for resource profiles. (vvasudev via asuresh)
...
(cherry picked from commit 6708ac3301
)
2019-08-29 17:02:46 -07:00
Rohith Sharma K S
f99d603aaf
YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev.
...
(cherry picked from commit 239c1824a0
)
2019-08-29 17:02:46 -07:00
Rohith Sharma K S
015a55a5c6
YARN-5242. Update DominantResourceCalculator to consider all resource types in calculations. Contributed by Varun Vasudev.
...
(cherry picked from commit 9e4ba6aff5
)
2019-08-29 17:02:46 -07:00
Varun Vasudev
7d5050a768
YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev.
...
(cherry picked from commit 759114b006
)
2019-08-29 17:02:46 -07:00
Arun Suresh
817837e65c
YARN-4829. Add support for binary units in Resource class.(vvasudev via asuresh)
...
(cherry picked from commit 7ba698997b
)
2019-08-29 17:02:46 -07:00
Varun Vasudev
133eb31d54
YARN-4715. Add support to read resource types from a config file. Contributed by Varun Vasudev.
...
(cherry picked from commit ceb12c59a3
)
2019-08-29 17:02:46 -07:00
Wangda Tan
be2afb4a5d
YARN-4172. Extend DominantResourceCalculator to account for all resources. (Varun Vasudev via wangda)
...
(cherry picked from commit 32c91223f1
)
2019-08-29 17:02:46 -07:00
Wangda Tan
afcf9c55b5
YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda)
...
(cherry picked from commit 1bbab7c157
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ResourcePBImpl.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/Resources.java
2019-08-29 17:02:46 -07:00
Eric E Payne
8e8c16dbc6
YARN-9756: Create metric that sums total memory/vcores preempted per round. Contributed by Manikandan R (manirajv06).
...
(cherry picked from commit d562050cec
)
2019-08-28 21:26:03 +00:00
Jonathan Hung
b6be5f869a
YARN-9438. launchTime not written to state store for running applications
...
(cherry picked from commit 9568656cd21d9c02168e18ce35c6726077bbf3a1)
(cherry picked from commit 0c498de6e87c6bdc959afa31deb03d0907e0e1a1)
(cherry picked from commit f73842780e
)
2019-08-27 15:49:58 -07:00
Jonathan Hung
f083f7fef1
YARN-9775. RMWebServices /scheduler-conf GET returns all hadoop configurations for ZKConfigurationStore. Contributed by Prabhu Joseph
...
(cherry picked from commit 8660e48ca1
)
(cherry picked from commit e4249c3202
)
(cherry picked from commit 6baa0d1e4d
)
2019-08-26 16:05:25 -07:00
Weiwei Yang
97f207d1a9
YARN-8025. UsersManangers#getComputedResourceLimitForActiveUsers throws NPE due to preComputedActiveUserLimit is empty. Contributed by Tao Yang.
...
(Cherry picked from commit 67f239c42f
)
(cherry picked from commit a0b7abf278
)
2019-08-23 09:59:47 -07:00
Eric Badger
afa9a4084d
YARN-9442. container working directory has group read permissions. Contributed by Jim Brennan.
...
(cherry picked from commit 2ac029b949
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/test/test-container-executor.c
(cherry picked from commit cec71691be
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/container-executor.c
(cherry picked from commit db88224e8f
)
2019-08-13 17:27:43 +00:00
Erik Krogen
d5da529acf
HDFS-13286. [SBN read] Add haadmin commands to transition between standby and observer. Contributed by Chao Sun.
2019-08-09 15:49:55 -07:00
Haibo Chen
4a9fc45f6f
YARN-9559. Create AbstractContainersLauncher for pluggable ContainersLauncher logic. (Contributed by Jonathan Hung)
...
(cherry picked from commit f51702d539
)
(cherry picked from commit 8d357343c4
)
(cherry picked from commit f943bff254
)
(cherry picked from commit 6109ecf16d
)
2019-08-06 15:14:45 -07:00
Weiwei Yang
19af228957
YARN-8944. TestContainerAllocation.testUserLimitAllocationMultipleContainers failure after YARN-8896. Contributed by Wilfred Spiegelenburg.
...
(cherry picked from commit 1d90a0dd23
)
(cherry picked from commit 70efe253f3
)
(cherry picked from commit cd8e9fa80b2903935ca9c337631e60161a6053b3)
2019-08-05 10:04:09 -07:00
Weiwei Yang
4e5ba315c6
YARN-8915. Update the doc about the default value of maximum-container-assignments for capacity scheduler. Contributed by Zhankun Tang.
...
(cherry picked from commit 78ea897b67
)
(cherry picked from commit 7dd8eafe33
)
(cherry picked from commit d095325234fe8fa8d2513c2f03c03347ef5f3606)
2019-08-05 10:04:00 -07:00
Wangda Tan
75fc058290
YARN-8896. Limit the maximum number of container assignments per heartbeat. (Zhankun Tang via wangda)
...
Change-Id: I6e72f8362bd7f5c2a844cb9e3c4732492314e9f1
(cherry picked from commit 780be14f07
)
(cherry picked from commit 46baafedf1
)
(cherry picked from commit bf4da6aacee62be906e71eca6e33821f5ee79a2d)
2019-08-05 10:03:56 -07:00
Eric Badger
9aae72af84
YARN-8045. Reduce log output from container status calls. Contributed by Craig Condit
...
(cherry picked from commit 144a55f0e3
)
2019-08-02 21:06:54 +00:00
Eric E Payne
77d1aa9376
YARN-9596: QueueMetrics has incorrect metrics when labelled partitions are involved. Contributed by Muhammad Samir Khan.
...
(cherry picked from commit c04ccf296d
)
2019-07-30 20:31:02 +00:00
Ahmed Hussein
dc4d7f69ce
YARN-9563. Resource report REST API could return NaN or Inf (Ahmed Hussein via jeagles)
...
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
(cherry picked from commit 9d63fc7ed6
)
2019-07-24 11:21:29 -05:00
Haibo Chen
68c24b322d
YARN-9668. UGI conf doesn't read user overridden configurations on RM and NM startup. (Contributed by Jonanthan Hung)
2019-07-19 11:00:38 -07:00
Eric E Payne
441339a716
YARN-8625. Aggregate Resource Allocation for each job is not present in ATS. Contributed by Prabhu Joseph.
2019-06-04 18:57:44 +00:00
Takanobu Asanuma
e3d4f6bfed
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
...
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
2019-05-29 17:41:21 +09:00
Akira Ajisaka
cea1b0000c
HADOOP-16323. https everywhere in Maven settings.
2019-05-27 15:28:54 +09:00
Haibo Chen
dc28c86270
YARN-9529. Log correct cpu controller path on error while initializing CGroups. (Contributed by Jonathan Hung)
...
(cherry picked from commit 597fa47ad1
)
(cherry picked from commit c6573562cb
)
(cherry picked from commit ea1f0f282b
)
(cherry picked from commit aa7ff8552e
)
2019-05-06 12:01:26 -07:00
Eric E Payne
5bf40f592e
YARN-9285: RM UI progress column is of wrong type. Contributed by Ahmed Hussein.
2019-05-03 16:17:43 +00:00
Vrushali C
396fcee0b0
YARN-9150 Making TimelineSchemaCreator support different backends for Timeline Schema Creation in ATSv2. Contributed by Sushil Ks
2019-03-07 23:04:36 -08:00
Vrushali C
b83ec96767
YARN-8549 Adding a NoOp timeline writer and reader plugin classes for ATSv2. Contributed by Prabha Manepalli
2019-03-07 22:54:32 -08:00
Eric E Payne
6e6ebc368c
YARN-5714. ContainerExecutor does not order environment map. Contributed by Remi Catherinot and Jim Brennan.
2019-03-07 16:22:36 +00:00
Adam Antal
3c7c3366ff
YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 9385ec45d7
)
2019-02-15 19:00:48 +09:00
Masatake Iwasaki
83a9369f7d
YARN-9282. Typo in javadoc of class LinuxContainerExecutor: hadoop.security.authetication should be 'authentication'. Contributed by Charan Hebri.
...
(cherry picked from commit e0ab1bdece
)
2019-02-09 00:34:57 +09:00
Eric E Payne
2a7dcc509b
YARN-7171: RM UI should sort memory / cores numerically. Contributed by Ahmed Hussein
...
(cherry picked from commit d1ca9432dd
)
2019-02-07 21:29:23 +00:00
Sunil G
a91933620d
YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla.
...
(cherry picked from commit 6ffe6ea899
)
2019-02-07 19:11:12 +05:30
Eric E Payne
c6c5e94de4
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
...
(cherry picked from commit 04105bbfdb
)
2019-01-29 18:22:12 +00:00
Jonathan Hung
338dbbedf7
YARN-9222. Print launchTime in ApplicationSummary
...
(cherry picked from commit 6cace58e21
)
(cherry picked from commit bf760e7e81
)
(cherry picked from commit 80a08c29adc9d07974bbe8087abcec750d5f7916)
(cherry picked from commit c71054c428b3abe00507792099e13a2dad337697)
2019-01-25 13:40:51 -08:00
Haibo Chen
c02c19121e
YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen)
...
(cherry picked from commit bb92bfb4ef
)
(cherry picked from commit 3a764250262e745a6762dd6551b0d0a6af39e891)
(cherry picked from commit 75df8bed6eed86ad7c34460a1167c35d48b559d7)
2019-01-23 12:18:42 -08:00
Weiwei Yang
c77f7e25c9
YARN-9210. RM nodes web page can not display node info. Contributed by Jiandan Yang.
2019-01-23 11:02:15 +08:00
Akira Ajisaka
300d65c4d7
YARN-8747. [UI2] YARN UI2 page loading failed due to js error under some time zone configuration. Contributed by collinma.
...
(cherry picked from commit 104ef5df36
)
2019-01-16 14:39:17 +09:00
Weiwei Yang
c54a689d96
YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun.
2019-01-09 14:33:06 +08:00
Botong Huang
15286d9166
YARN 9108. Fix FederationIntercepter merge home and secondary allocate response typo. Contributed by Abhishek Modi.
2018-12-22 12:46:13 -08:00
Jonathan Hung
eb8b1eaa9a
YARN-9085. Add Guaranteed and MaxCapacity to CSQueueMetrics
...
(cherry picked from commit cc51607ccd
)
2018-12-07 10:47:45 -08:00
Jonathan Hung
7456da99c1
YARN-9036. Escape newlines in health report in YARN UI. Contributed by Keqiu Hu
2018-11-30 10:18:17 -08:00
Botong Huang
b7ca20e16e
YARN-8933. [AMRMProxy] Fix potential empty fields in allocation response, move SubClusterTimeout to FederationInterceptor. Contributed by Botong Huang.
2018-11-11 19:41:08 -08:00
Akira Ajisaka
ee1cb3b6e8
YARN-8233. NPE in CapacityScheduler#tryCommit when handling allocate/reserve proposal whose allocatedOrReservedContainer is null. Contributed by Tao Yang.
2018-11-10 21:44:46 +09:00
bibinchundatt
731b90d44f
YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T.
...
(cherry picked from commit f84a278baa
)
2018-11-03 20:50:28 +05:30
Giovanni Matteo Fumarola
81da8b262b
YARN-8893. [AMRMProxy] Fix thread leak in AMRMClientRelayer and UAM client. Contributed by Botong Huang.
2018-11-02 16:02:56 -07:00
Jonathan Hung
62ec800bd4
YARN-7225. Add queue and partition info to RM audit log. Contributed by Eric Payne
2018-11-01 14:13:15 -07:00
Rohith Sharma K S
dbf36dbb8d
YARN-8826. Fix lingering timeline collector after serviceStop in TimelineCollectorManager. Contributed by Prabha Manepalli.
...
(cherry picked from commit 0b62983c5a
)
2018-10-23 14:10:24 +05:30
Sunil G
56a27284a7
YARN-7502. Nodemanager restart docs should describe nodemanager supervised property. Contributed by Suma Shivaprasad.
...
(cherry picked from commit e50334513c
)
2018-10-22 14:18:37 +05:30
Vrushali C
7ed627af6b
YARN-3879 [Storage implementation] Create HDFS backing storage implementation for ATS reads. Contributed by Abhishek Modi.
2018-10-11 21:23:34 -07:00
Wangda Tan
91f18a5148
YARN-7274. Ability to disable elasticity at leaf queue level. (Zian Chen via wangda)
...
Change-Id: Ic8d43e297f0f5de788b562f7eff8106c5c35e8d2
(cherry picked from commit 74665e3a7d
)
2018-10-11 16:58:07 +00:00
Vrushali C
7a5d27dde4
YARN-6989 Ensure timeline service v2 codebase gets UGI from HttpServletRequest in a consistent way. Contributed by Abhishek Modi
2018-10-10 15:25:58 -07:00
Weiwei Yang
cc1bf7f894
YARN-8858. CapacityScheduler should respect maximum node resource when per-queue maximum-allocation is being used. Contributed by Wangda Tan.
...
(cherry picked from commit edce866489
)
2018-10-10 10:17:18 +08:00
Weiwei Yang
d412785175
YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi.
...
(cherry picked from commit f1a893fdbc
)
2018-10-10 10:16:16 +08:00
Inigo Goiri
b0900ad310
YARN-7652. Handle AM register requests asynchronously in FederationInterceptor. Contributed by Botong Huang.
...
(cherry picked from commit c3d22d3b45
)
2018-10-09 10:30:42 -07:00
Akira Ajisaka
65aaa10173
YARN-8840. Add missing cleanupSSLConfig() call for TestTimelineClient test. Contributed by Aki Tanaka.
...
(cherry picked from commit 39b35036ba
)
2018-10-04 10:15:37 +09:00
Daniel Templeton
1505058440
MAPREDUCE-6896. Document wrong spelling in usage of MapredTestDriver tools.
...
(Contributed by LiXin Ge via Daniel Templeton)
(cherry picked from commit 036a24bab3
)
2018-10-04 10:12:57 +09:00
Giovanni Matteo Fumarola
57caab6f9b
YARN-8760. [AMRMProxy] Fix concurrent re-register due to YarnRM failover in AMRMClientRelayer. Contributed by Botong Huang.
2018-10-01 14:27:01 -07:00
Eric E Payne
d7d0e55e0a
YARN-8774. Memory leak when CapacityScheduler allocates from reserved container with non-default label. Contributed by Tao Yang.
2018-09-28 16:10:31 +00:00
Jason Lowe
1b0a110501
YARN-8804. resourceLimits may be wrongly calculated when leaf-queue is blocked in cluster with 3+ level queues. Contributed by Tao Yang
...
(cherry picked from commit 6b988d821e
)
2018-09-26 17:06:07 -07:00
Arun Suresh
4d69741a61
YARN-7974. Allow updating application tracking url after registration. (Jonathan Hung via asuresh)
2018-09-26 00:08:10 -07:00
Giovanni Matteo Fumarola
6937925838
YARN-8696. [AMRMProxy] FederationInterceptor upgrade: home sub-cluster heartbeat async. Contributed by Botong Huang.
2018-09-24 11:40:07 -07:00
Giovanni Matteo Fumarola
60565976e1
YARN-8658. [AMRMProxy] Metrics for AMRMClientRelayer inside FederationInterceptor. Contributed by Young Chen.
2018-09-21 10:36:36 -07:00
Eric E Payne
121cefd472
YARN-8709: CS preemption monitor always fails since one under-served queue was deleted. Contributed by Tao Yang.
...
(cherry picked from commit 987d8191ad
)
2018-09-10 20:32:20 +00:00
Giovanni Matteo Fumarola
6c8fc8f786
HADOOP-15731. TestDistributedShell fails on Windows. Contributed by Botong Huang.
2018-09-07 14:20:28 -07:00
Eric E Payne
21aa7f1d82
YARN-8051: TestRMEmbeddedElector#testCallbackSynchronization is flakey. Contributed by Robert Kanter and Jason Lowe.
2018-08-29 21:30:38 +00:00
Giovanni Matteo Fumarola
bb0e75f72f
YARN-8697. LocalityMulticastAMRMProxyPolicy should fallback to random sub-cluster when cannot resolve resource. Contributed by Botong Huang.
2018-08-28 16:07:31 -07:00
Giovanni Matteo Fumarola
d4a3be9591
HADOOP-15699. Fix some of testContainerManager failures in Windows. Contributed by Botong Huang.
2018-08-27 12:28:16 -07:00
Giovanni Matteo Fumarola
548a595027
YARN-8705. Refactor the UAM heartbeat thread in preparation for YARN-8696. Contributed by Botong Huang.
2018-08-27 11:26:31 -07:00
Jason Lowe
c4e3df2261
YARN-8649. NPE in localizer hearbeat processing if a container is killed while localizing. Contributed by lujie
...
(cherry picked from commit 585ebd873a
)
2018-08-23 09:43:03 -05:00
Giovanni Matteo Fumarola
8e6807ef4a
YARN-8673. [AMRMProxy] More robust responseId resync after an YarnRM master slave switch. Contributed by Botong Huang.
2018-08-21 13:09:33 -07:00
Giovanni Matteo Fumarola
89da0e9901
YARN-8581. [AMRMProxy] Add sub-cluster timeout in LocalityMulticastAMRMProxyPolicy. Contributed by Botong Huang.
2018-08-21 13:04:49 -07:00
Rohith Sharma K S
1a53aab4d6
YARN-8129. Improve error message for invalid value in fields attribute. Contributed by Abhishek Modi.
...
(cherry picked from commit d3fef7a5c5
)
2018-08-21 12:11:31 +05:30