YARN-7466. ResourceRequest has a different default for allocationRequestId than Container. Contributed by Chandni Singh
This commit is contained in:
parent
e14f03dfbf
commit
5323b0048b
@ -388,7 +388,7 @@ message ResourceRequestProto {
|
||||
optional bool relax_locality = 5 [default = true];
|
||||
optional string node_label_expression = 6;
|
||||
optional ExecutionTypeRequestProto execution_type_request = 7;
|
||||
optional int64 allocation_request_id = 8 [default = 0];
|
||||
optional int64 allocation_request_id = 8 [default = -1];
|
||||
optional ProfileCapabilityProto profile = 9;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user