YARN-7219. Make AllocateRequestProto compatible with branch-2/branch-2.8. (rchiang)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/67e12169 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/67e12169 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/67e12169 Branch: refs/heads/HDFS-10467 Commit: 67e12169b0ae8f3a9edb6511d3ea7ffd57b82e75 Parents: c9b525b Author: Ray Chiang <rchi...@apache.org> Authored: Tue Oct 3 14:57:56 2017 -0700 Committer: Ray Chiang <rchi...@apache.org> Committed: Tue Oct 3 15:06:07 2017 -0700 ---------------------------------------------------------------------- .../hadoop-yarn-api/src/main/proto/yarn_service_protos.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/67e12169/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto index 3da4ee7..54a3c69 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_service_protos.proto @@ -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 { --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org