YARN-7219. Make AllocateRequestProto compatible with branch-2/branch-2.8. (rchiang)
This commit is contained in:
parent
c9b525bd94
commit
67e12169b0
|
@ -88,7 +88,7 @@ message AllocateRequestProto {
|
|||
optional ResourceBlacklistRequestProto blacklist_request = 3;
|
||||
optional int32 response_id = 4;
|
||||
optional float progress = 5;
|
||||
repeated UpdateContainerRequestProto update_requests = 6;
|
||||
repeated UpdateContainerRequestProto update_requests = 7;
|
||||
}
|
||||
|
||||
message NMTokenProto {
|
||||
|
|
Loading…
Reference in New Issue