YARN-7466. ResourceRequest has a different default for allocationRequestId than Container. Contributed by Chandni Singh
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5323b004 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5323b004 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5323b004 Branch: refs/heads/YARN-5881 Commit: 5323b0048b743771276ba860b10c27b23a70bf9e Parents: e14f03d Author: Jian He <jia...@apache.org> Authored: Mon Nov 13 15:37:39 2017 -0800 Committer: Jian He <jia...@apache.org> Committed: Mon Nov 13 15:37:39 2017 -0800 ---------------------------------------------------------------------- .../hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5323b004/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto index e69c07b..7769c48 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto @@ -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; } --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org