YARN-7466. ResourceRequest has a different default for allocationRequestId than Container. Contributed by Chandni Singh

This commit is contained in:
Jian He 2017-11-13 15:37:39 -08:00
parent e14f03dfbf
commit 5323b0048b

View File

@ -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;
}