Shane Kumpf
|
144a55f0e3
|
YARN-8045. Reduce log output from container status calls. Contributed by Craig Condit
|
2018-09-14 10:41:55 -06:00 |
|
Shane Kumpf
|
78902f0250
|
YARN-8748. Javadoc warnings within the nodemanager package. Contributed by Craig Condit
|
2018-09-14 10:28:36 -06:00 |
|
Eric Yang
|
99237607bf
|
YARN-8706. Allow additional flag in docker inspect call.
Contributed by Chandni Singh
|
2018-09-14 11:46:59 -04:00 |
|
Weiwei Yang
|
f1a893fdbc
|
YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi.
|
2018-09-14 16:33:51 +08:00 |
|
Andrew Purtell
|
568ebecdf4
|
YARN-8772. Annotation javax.annotation.Generated has moved
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-09-14 15:02:52 +09:00 |
|
Jason Lowe
|
250b50018e
|
YARN-8680. YARN NM: Implement Iterable Abstraction for LocalResourceTracker state. Contributed by Pradeep Ambati
|
2018-09-13 13:28:54 -05:00 |
|
Weiwei Yang
|
39c1ea1ed4
|
YARN-8729. Node status updater thread could be lost after it is restarted. Contributed by Tao Yang.
|
2018-09-13 22:21:35 +08:00 |
|
Sunil G
|
f4bda5e8e9
|
YARN-8630. ATSv2 REST APIs should honor filter-entity-list-by-user in non-secure cluster when ACls are enabled. Contributed by Rohith Sharma K S.
|
2018-09-13 17:47:21 +05:30 |
|
Shane Kumpf
|
8e9afbfb66
|
YARN-8768. Javadoc error in node attributes. Contributed by Sunil Govindan.
|
2018-09-12 15:12:28 -06:00 |
|
Giovanni Matteo Fumarola
|
02b9bfdf9e
|
YARN-8658. [AMRMProxy] Metrics for AMRMClientRelayer inside FederationInterceptor. Contributed by Young Chen.
|
2018-09-12 11:46:35 -07:00 |
|
Sunil G
|
5e64e62dee
|
YARN-8740. Clear node attribute path after each test run. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:01 +05:30 |
|
bibinchundatt
|
c44088ac19
|
YARN-8739. Fix jenkins issues for Node Attributes branch. Contributed by Sunil Govindan.
|
2018-09-12 16:01:01 +05:30 |
|
Weiwei Yang
|
1e7d6e55a5
|
YARN-7865. Node attributes documentation. Contributed by Naganarasimha G R.
|
2018-09-12 16:01:01 +05:30 |
|
Weiwei Yang
|
52194351e7
|
YARN-8721. Relax NE node-attribute check when attribute doesn't exist on a node. Contributed by Sunil Govindan.
|
2018-09-12 16:01:01 +05:30 |
|
Naganarasimha
|
67ae81f0e0
|
YARN-7863. Modify placement constraints to support node attributes. Contributed by Sunil Govindan.
|
2018-09-12 16:01:01 +05:30 |
|
Naganarasimha
|
8c947398ab
|
YARN-8574. Allow dot in attribute values. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:01 +05:30 |
|
Naganarasimha
|
eb08543c7a
|
YARN-8103. Add CLI interface to query node attributes. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:01 +05:30 |
|
Sunil G
|
76183428b7
|
YARN-8351. Node attribute manager logs are flooding RM logs. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
bibinchundatt
|
8cf6a9a2bd
|
YARN-7892. Revisit NodeAttribute class structure. Contributed by Naganarasimha G R.
|
2018-09-12 16:01:00 +05:30 |
|
Naganarasimha
|
5dc7d6e0f3
|
YARN-8104. Add API to fetch node to attribute mapping. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:00 +05:30 |
|
Naganarasimha
|
0a01b1350d
|
YARN-8100. Support API interface to query cluster attributes and attribute to nodes. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
b9890d1f66
|
YARN-7875. Node Attribute store for storing and recovering attributes. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:00 +05:30 |
|
bibinchundatt
|
a6590c1f1f
|
YARN-8117. Fix TestRMWebServicesNodes test failure. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:00 +05:30 |
|
bibinchundatt
|
901e85238d
|
YARN-8033. CLI Integration with NodeAttributesManagerImpl. Contributed by Naganarasimha G R.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
89b3ebd11e
|
YARN-8092. Expose Node Attributes info via RM nodes REST API. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
440ff7f563
|
YARN-8094. Support configuration based Node Attribute provider. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
6f4bc49c6d
|
YARN-7988. Refactor FSNodeLabelStore code for Node Attributes store support. Contributed by Bibin A Chundatt.
|
2018-09-12 16:01:00 +05:30 |
|
Naganarasimha
|
3b3b6efe21
|
YARN-7871. Node attributes reporting from NM to RM. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
Naganarasimha
|
86d024ef2a
|
YARN-7965. NodeAttributeManager add/get API is not working properly. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
ffcabd24c3
|
YARN-7856. Validate Node Attributes from NM. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
Sunil G
|
2f7712be09
|
YARN-6858. Attribute Manager to store and provide node attributes in RM. Contributed by Naganarasimha G R.
|
2018-09-12 16:01:00 +05:30 |
|
Naganarasimha
|
d312b5cf9f
|
YARN-7757. Refactor NodeLabelsProvider to be more generic and reusable for node attributes providers. Contributed by Weiwei Yang.
|
2018-09-12 16:01:00 +05:30 |
|
bibinchundatt
|
4458b2772f
|
YARN-7840. Update PB for prefix support of node attributes. Contributed by Naganarasimha G R.
|
2018-09-12 16:01:00 +05:30 |
|
Weiwei Yang
|
d9d93e3925
|
YARN-7842. PB changes to carry node-attributes in NM heartbeat. Contributed by Weiwei Yang.
|
2018-09-12 16:00:59 +05:30 |
|
Naganarasimha
|
2475fb0a1e
|
YARN-6856. [YARN-3409] Support CLI for Node Attributes Mapping. Contributed by Naganarasimha G R.
|
2018-09-12 16:00:59 +05:30 |
|
Naganarasimha
|
1f42ce907a
|
YARN-6855. [YARN-3409] CLI Proto Modifications to support Node Attributes. Contributed by Naganarasimha G R.
|
2018-09-12 16:00:59 +05:30 |
|
Eric E Payne
|
987d8191ad
|
YARN-8709: CS preemption monitor always fails since one under-served queue was deleted. Contributed by Tao Yang.
|
2018-09-10 19:55:20 +00:00 |
|
Wangda Tan
|
de85f841da
|
YARN-8698. [Submarine] Failed to reset Hadoop home environment when submitting a submarine job. (Zac Zhou via wangda)
Change-Id: If7fdc11fcc4e49bed2186ded76cd69164f34f502
|
2018-09-09 17:45:31 -07:00 |
|
Eric Yang
|
bf8a1750e9
|
YARN-8706. Updated docker container stop logic to avoid double kill.
Contributed by Chandni Singh
|
2018-09-07 20:18:09 -04:00 |
|
Eric Yang
|
7d62334387
|
YARN-8751. Reduce conditions that mark node manager as unhealthy.
Contributed by Craig Condit
|
2018-09-07 19:46:15 -04:00 |
|
Giovanni Matteo Fumarola
|
16333782c1
|
HADOOP-15731. TestDistributedShell fails on Windows. Contributed by Botong Huang.
|
2018-09-07 14:19:10 -07:00 |
|
Giovanni Matteo Fumarola
|
3dc2988a37
|
YARN-8699. Add Yarnclient#yarnclusterMetrics API implementation in router. Contributed by Bibin A Chundatt.
|
2018-09-07 11:32:03 -07:00 |
|
Giovanni Matteo Fumarola
|
9af96d4ed4
|
HADOOP-15707. Add IsActiveServlet to be used for Load Balancers. Contributed by Lukas Majercak.
|
2018-09-05 10:50:25 -07:00 |
|
Shane Kumpf
|
dffb7bfe6c
|
YARN-8638. Allow linux container runtimes to be pluggable. Contributed by Craig Condit
|
2018-09-05 06:47:54 -06:00 |
|
bibinchundatt
|
eed8415dc1
|
YARN-8535. Fix DistributedShell unit tests. Contributed by Abhishek Modi.
|
2018-09-02 13:35:52 +05:30 |
|
Shane Kumpf
|
73625168c0
|
YARN-8642. Add support for tmpfs mounts with the Docker runtime. Contributed by Craig Condit
|
2018-08-29 07:08:37 -06:00 |
|
Weiwei Yang
|
3fa4639421
|
YARN-8723. Fix a typo in CS init error message when resource calculator is not correctly set. Contributed by Abhishek Modi.
|
2018-08-29 11:13:44 +08:00 |
|
Giovanni Matteo Fumarola
|
7ed458b255
|
YARN-8697. LocalityMulticastAMRMProxyPolicy should fallback to random sub-cluster when cannot resolve resource. Contributed by Botong Huang.
|
2018-08-28 16:01:35 -07:00 |
|
Eric Yang
|
fd089caf69
|
YARN-8488. Added SUCCEEDED/FAILED states to YARN service.
Contributed by Suma Shivaprasad
|
2018-08-28 13:55:28 -04:00 |
|
Giovanni Matteo Fumarola
|
602d13844a
|
HADOOP-15699. Fix some of testContainerManager failures in Windows. Contributed by Botong Huang.
|
2018-08-27 12:25:46 -07:00 |
|