|
Change Attribute Type isRelatedToEntities : Map<String,Set<String>> to isRelatedToEntities : HashMap<String,Set<String>> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity |
From |
To |
|
Change Attribute Type children : Map<String,Set<String>> to children : HashMap<String,Set<String>> in class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity |
From |
To |
|
Change Attribute Type timeSeries : Map<Long,Object> to timeSeries : HashMap<Long,Object> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric |
From |
To |
|
Change Attribute Type info : Map<String,Object> to info : HashMap<String,Object> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEvent |
From |
To |
|
Change Attribute Type configs : Map<String,Object> to configs : HashMap<String,Object> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity |
From |
To |
|
Change Attribute Type info : Map<String,Object> to info : HashMap<String,Object> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity |
From |
To |
|
Change Attribute Type info : Map<String,Object> to info : HashMap<String,Object> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric |
From |
To |
|
Change Attribute Type relatesToEntities : Map<String,Set<String>> to relatesToEntities : HashMap<String,Set<String>> in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity |
From |
To |
|
Change Attribute Type webApp : WebApp to timelineRestServer : HttpServer2 in class org.apache.hadoop.yarn.server.timelineservice.aggregator.PerNodeAggregatorServer |
From |
To |