|
Change Parameter Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method package setupQueueConfigs(clusterResource Resource, capacity float, absoluteCapacity float, maximumCapacity float, absoluteMaxCapacity float, state QueueState, acls Map<AccessType,AccessControlList>, accessibleLabels Set<String>, defaultLabelExpression String, nodeLabelCapacities Map<String,Float>, maximumCapacitiesByLabel Map<String,Float>, reservationContinueLooking boolean) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue |
From |
To |
|
Change Parameter Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method protected setupQueueConfigs(clusterResource Resource, capacity float, absoluteCapacity float, maximumCapacity float, absoluteMaxCapacity float, userLimit int, userLimitFactor float, maxApplications int, maxAMResourcePerQueuePercent float, maxApplicationsPerUser int, state QueueState, acls Map<AccessType,AccessControlList>, nodeLocalityDelay int, labels Set<String>, defaultLabelExpression String, capacitieByLabel Map<String,Float>, maximumCapacitiesByLabel Map<String,Float>, revervationContinueLooking boolean, maxAllocation Resource) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue |
From |
To |
|
Change Parameter Type acl : AccessControlList to authorizer : YarnAuthorizationProvider in method public verifyAdminAccess(authorizer YarnAuthorizationProvider, method String, module String, LOG Log) : UserGroupInformation in class org.apache.hadoop.yarn.server.resourcemanager.RMServerUtils |
From |
To |
|
Change Parameter Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method package setupQueueConfigs(clusterResource Resource, capacity float, absoluteCapacity float, maximumCapacity float, absoluteMaxCapacity float, state QueueState, acls Map<AccessType,AccessControlList>, labels Set<String>, defaultLabelExpression String, nodeLabelCapacities Map<String,Float>, maximumNodeLabelCapacities Map<String,Float>, reservationContinueLooking boolean, maxAllocation Resource) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.AbstractCSQueue |
From |
To |
|
Change Variable Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method public LeafQueue(cs CapacitySchedulerContext, queueName String, parent CSQueue, old CSQueue) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue |
From |
To |
|
Change Variable Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method public getAcls(queue String) : Map<AccessType,AccessControlList> in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacitySchedulerConfiguration |
From |
To |
|
Change Variable Type e : Map.Entry<QueueACL,AccessControlList> to e : Map.Entry<AccessType,AccessControlList> in method protected setupQueueConfigs(clusterResource Resource, capacity float, absoluteCapacity float, maximumCapacity float, absoluteMaxCapacity float, userLimit int, userLimitFactor float, maxApplications int, maxAMResourcePerQueuePercent float, maxApplicationsPerUser int, state QueueState, acls Map<AccessType,AccessControlList>, nodeLocalityDelay int, labels Set<String>, defaultLabelExpression String, capacitieByLabel Map<String,Float>, maximumCapacitiesByLabel Map<String,Float>, revervationContinueLooking boolean, maxAllocation Resource) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue |
From |
To |
|
Change Variable Type acls : Map<QueueACL,AccessControlList> to acls : Map<AccessType,AccessControlList> in method public ParentQueue(cs CapacitySchedulerContext, queueName String, parent CSQueue, old CSQueue) in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue |
From |
To |
|
Change Variable Type e : Map.Entry<QueueACL,AccessControlList> to e : Map.Entry<AccessType,AccessControlList> in method package setupQueueConfigs(clusterResource Resource, capacity float, absoluteCapacity float, maximumCapacity float, absoluteMaxCapacity float, state QueueState, acls Map<AccessType,AccessControlList>, accessibleLabels Set<String>, defaultLabelExpression String, nodeLabelCapacities Map<String,Float>, maximumCapacitiesByLabel Map<String,Float>, reservationContinueLooking boolean) : void in class org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue |
From |
To |