Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.4.0, 2.4.1
-
None
Description
Using the resource manager's rest api (org.apache.hadoop.yarn.server.resourcemanager.webapp.RMWebServices) some rest call returns a class where the fields after the unmarshal cannot be accessible. For example SchedulerTypeInfo -> schedulerInfo. Using the same classes on client side these fields only accessible via reflection.