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

This commit is contained in:
Ray Chiang 2017-10-03 14:57:56 -07:00
parent c9b525bd94
commit 67e12169b0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {