@@ -1084,16 +1084,27 @@ def __str__(self):
1084
1084
1085
1085
class ApiYarnApplication (BaseApiObject ):
1086
1086
_ATTRIBUTES = {
1087
- 'applicationId' : ROAttr (),
1088
- 'name' : ROAttr (),
1089
- 'user' : ROAttr (),
1090
- 'startTime' : ROAttr (datetime .datetime ),
1091
- 'endTime' : ROAttr (datetime .datetime ),
1092
- 'pool' : ROAttr (),
1093
- 'state' : ROAttr (),
1094
- 'progress' : ROAttr (),
1095
- 'mr2AppInformation' : ROAttr (ApiMr2AppInformation ),
1096
- 'attributes' : ROAttr (),
1087
+ 'applicationId' : ROAttr (),
1088
+ 'name' : ROAttr (),
1089
+ 'user' : ROAttr (),
1090
+ 'startTime' : ROAttr (datetime .datetime ),
1091
+ 'endTime' : ROAttr (datetime .datetime ),
1092
+ 'pool' : ROAttr (),
1093
+ 'state' : ROAttr (),
1094
+ 'progress' : ROAttr (),
1095
+ 'mr2AppInformation' : ROAttr (ApiMr2AppInformation ),
1096
+ 'attributes' : ROAttr (),
1097
+ 'allocatedMB' : ROAttr (),
1098
+ 'allocatedVCores' : ROAttr (),
1099
+ 'runningContainers' : ROAttr (),
1100
+ 'applicationTags' : ROAttr (),
1101
+ 'allocatedMemorySeconds' : ROAttr (),
1102
+ 'allocatedVcoreSeconds' : ROAttr (),
1103
+ 'containerUsedMemorySeconds' : ROAttr (),
1104
+ 'containerUsedCpuSeconds' : ROAttr (),
1105
+ 'containerUsedVcoreSeconds' : ROAttr (),
1106
+ 'containerAllocatedMemorySeconds' : ROAttr (),
1107
+ 'containerAllocatedVcoreSeconds' : ROAttr (),
1097
1108
}
1098
1109
1099
1110
def __str__ (self ):
0 commit comments