Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
Reviewed
Description
YARN-8047 provides support to add custom WebServices as part of RMWebApp. Since each WebService has to have a separate WebService Path, /ws/v1/cluster root path cannot be used globally.
Another alternative is to provide an option to override the RMWebServices with custom WebServices implementation which can extend the RMWebService, this way /ws/v1/cluster path can be used globally.