slfan1989
|
133e8aabf0
|
YARN-11227. [Federation] Add getAppTimeout, getAppTimeouts, updateApplicationTimeout REST APIs for Router. (#4715)
|
2022-08-10 14:53:46 -07:00 |
|
slfan1989
|
ffa9ed93a4
|
YARN-6572. Refactoring Router services to use common util classes for pipeline creations. (#4594)
|
2022-08-09 14:44:29 -07:00 |
|
slfan1989
|
52c2d99889
|
YARN-11228. [Federation] Add getAppAttempts, getAppAttempt REST APIs for Router. (#4695)
|
2022-08-06 09:36:26 -07:00 |
|
slfan1989
|
c5ec727435
|
YARN-11230. [Federation] Add getContainer, signalToContainer REST APIs for Router. (#4689)
|
2022-08-03 11:21:48 -07:00 |
|
slfan1989
|
1f0a71a92b
|
YARN-8973. [Router] Add missing methods in RMWebProtocol. (#4664)
|
2022-08-02 14:07:09 -07:00 |
|
slfan1989
|
57da4bb0a1
|
YARN-11220. [Federation] Add getLabelsToNodes, getClusterNodeLabels, getLabelsOnNode REST APIs for Router (#4657)
|
2022-08-02 12:09:55 -07:00 |
|
slfan1989
|
2680f17eb4
|
YARN-11180. Refactor some code of getNewApplication, submitApplication etc. (#4618)
|
2022-07-29 08:23:11 -07:00 |
|
slfan1989
|
e994635a95
|
YARN-11212. [Federation] Add getNodeToLabels REST APIs for Router. (#4614)
|
2022-07-28 11:53:04 -07:00 |
|
slfan1989
|
bf8782d0ac
|
YARN-10883. [Router] Router Audit Log Add Client IP Address. (#4426)
|
2022-07-25 11:55:40 -07:00 |
|
slfan1989
|
edeb99548a
|
YARN-11161. Support getAttributesToNodes, getClusterNodeAttributes, getNodesToAttributes API's for Federation (#4610)
|
2022-07-25 10:05:45 -07:00 |
|
slfan1989
|
63db1a85e3
|
YARN-11203. Fix typo in hadoop-yarn-server-router module. (#4510). Contributed by fanshilun.
Reviewed-by: Fei Hui <feihui.ustc@gmail.com>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2022-07-23 20:28:45 +05:30 |
|
slfan1989
|
5c84cb81ba
|
YARN-8900. [Router] Federation: routing getContainers REST invocations transparently to multiple RMs (#4543)
|
2022-07-22 17:06:38 -07:00 |
|
slfan1989
|
838020ce3b
|
YARN-11160. Support getResourceProfiles, getResourceProfile API's for Federation (#4540)
|
2022-07-21 11:57:24 -07:00 |
|
slfan1989
|
161b1fac2e
|
YARN-11169. Support moveApplicationAcrossQueues, getQueueInfo API's for Federation. (#4464)
|
2022-07-05 11:24:29 -07:00 |
|
slfan1989
|
0af4bb3b42
|
YARN-11192. TestRouterWebServicesREST failing after YARN-9827. (#4484). Contributed by fanshilun.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2022-06-23 13:21:36 +05:30 |
|
slfan1989
|
62e4476102
|
YARN-10122. Support signalToContainer API for Federation. (#4421)
|
2022-06-17 16:38:36 -07:00 |
|
slfan1989
|
98ca6fa10a
|
YARN-11159. Support failApplicationAttempt, updateApplicationPriority, updateApplicationTimeouts API's for Federation (#4396)
|
2022-06-08 17:34:43 -07:00 |
|
slfan1989
|
1cc2416f68
|
YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo API's for Federation (#4341)
|
2022-06-02 12:54:29 -07:00 |
|
slfan1989
|
678768035d
|
YARN-11137. Improve log message in FederationClientInterceptor (#4336)
|
2022-05-24 17:21:04 -07:00 |
|
slfan1989
|
8dd3ef1f08
|
YARN-10465. Support getNodeToLabels, getLabelsToNodes, getClusterNodeLabels API's for Federation (#4317)
|
2022-05-20 13:19:42 -07:00 |
|
slfan1989
|
6896c35a8d
|
YARN-11122. Support getClusterNodes API in FederationClientInterceptor (#4274)
|
2022-05-15 09:16:06 -07:00 |
|
minni31
|
3bf014d871
|
YARN-8859. Add audit logs for router service (#3607)
Co-authored-by: Minni Mittal <mimittal@microsoft.com>
|
2022-01-03 10:38:59 +05:30 |
|
Szilard Nemeth
|
07141426e0
|
YARN-11050 (#3805)
|
2021-12-18 11:52:03 +08:00 |
|
Akshat Bordia
|
dee6dc2f89
|
YARN-10893. Adding metrics for getClusterMetrics and getApplications APIs in FederationClientInterceptor (#3325)
|
2021-09-09 09:20:57 -07:00 |
|
Akshat Bordia
|
a186460004
|
YARN-10829. Follow up: Adding null checks before merging ResourceUsage Report (#3252)
|
2021-09-08 10:36:56 -07:00 |
|
Akshat Bordia
|
aa1a5dd413
|
YARN-10829. Support getApplications API in FederationClientInterceptor (#3135)
YARN-10829. Support getApplications API in FederationClientInterceptor (#3135)
|
2021-07-23 17:07:51 +05:30 |
|
zhuqi
|
bb528e3239
|
YARN-10463: For Federation, we should support getApplicationAttemptReport. (#2563)
Qi Zhu via Zhankun Tang
|
2020-12-21 10:04:16 +08:00 |
|
Ayush Saxena
|
1e3a6efcef
|
HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena.
|
2020-10-17 12:01:18 +05:30 |
|
Prabhu Joseph
|
247eb0979b
|
YARN-10319. Record Last N Scheduler Activities from ActivitiesManager
Reviewed by Tao Yang and Adam Antal.
|
2020-07-24 11:43:31 +05:30 |
|
Ayush Saxena
|
6bcb24d269
|
HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein.
|
2020-07-18 14:33:43 +05:30 |
|
Surendra Singh Lilhore
|
257b04ce4e
|
YARN-6553. Replace MockResourceManagerFacade with MockRM for AMRMProxy/Router tests. Contributed by Bilwa S T.
|
2020-05-02 12:43:20 +05:30 |
|
Bilwa
|
c83644deac
|
YARN-10110. Adding RouterPolicyProvider for RM Federation.
Contributed by Bilwa S T.
|
2020-03-13 16:56:44 +05:30 |
|
Inigo Goiri
|
a43510e21d
|
YARN-10161. TestRouterWebServicesREST is corrupting STDOUT. Contributed by Jim Brennan.
|
2020-02-27 13:18:30 -08:00 |
|
Brahma Reddy Battula
|
3a9ccf7f6d
|
YARN-10141.Interceptor in FederationInterceptorREST doesnt update on RM switchover. Contributed by D M Murali Krishna Reddy.
|
2020-02-26 23:24:00 +05:30 |
|
Szilard Nemeth
|
768ee22e9e
|
YARN-10035. Add ability to filter the Cluster Applications API request by name. Contributed by Adam Antal
|
2020-01-06 16:26:33 +01:00 |
|
Weiwei Yang
|
970b0b0c02
|
YARN-9578. Add limit/actions/summarize options for app activities REST API. Contributed by Tao Yang.
|
2019-06-13 10:44:47 +08:00 |
|
Weiwei Yang
|
544876fe12
|
YARN-8693. Add signalToContainer REST API for RMWebServices. Contributed by Tao Yang.
|
2019-05-29 16:34:48 +08:00 |
|
Weiwei Yang
|
9f056d905f
|
YARN-9497. Support grouping by diagnostics for query results of scheduler and app activities. Contributed by Tao Yang.
|
2019-05-26 09:56:36 -04:00 |
|
Weiwei Yang
|
90add05caa
|
YARN-9489. Support filtering by request-priorities and allocation-request-ids for query results of app activities. Contributed by Tao Yang.
|
2019-05-09 21:54:09 +08:00 |
|
Giovanni Matteo Fumarola
|
7536488bbd
|
YARN-996. REST API support for node resource configuration. Contributed by Inigo Goiri.
|
2019-02-11 15:27:43 -08:00 |
|
bibinchundatt
|
f84a278baa
|
YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T.
|
2018-11-03 20:35:31 +05:30 |
|
bibinchundatt
|
7093afd874
|
YARN-8829. Cluster metrics can fail with IndexOutOfBoundsException. Contributed by Akshay Agarwal.
|
2018-09-28 12:35:33 +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 |
|
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 |
|
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 |
|
Sunil G
|
735b492556
|
YARN-8593. Add RM web service endpoint to get user information. Contributed by Akhil PB.
|
2018-08-02 08:34:09 +05:30 |
|
Giovanni Matteo Fumarola
|
0d9804dcef
|
YARN-8435. Fix NPE when the same client simultaneously contact for the first time Yarn Router. Contributed by Rang Jiaheng.
|
2018-07-05 10:54:31 -07:00 |
|
Inigo Goiri
|
da5bcf5f7d
|
YARN-8186. [Router] Federation: routing getAppState REST invocations transparently to multiple RMs. Contributed by Giovanni Matteo Fumarola.
|
2018-04-19 16:49:29 -07:00 |
|
Wangda Tan
|
c78cb18c61
|
YARN-8091. Revisit checkUserAccessToQueue RM REST API. (wangda)
Change-Id: I5fab3fe229c34e967487b7327c7b3c8ddf7cb795
|
2018-04-02 15:22:05 -07:00 |
|