YARN-7219. Make AllocateRequestProto compatible with branch-2/branch-2.8. (rchiang)

(cherry picked from commit 67e12169b0)
This commit is contained in:
Ray Chiang 2017-10-03 14:57:56 -07:00
parent f982ffe336
commit 01b047b41b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,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 {