This is an automated email from the ASF dual-hosted git repository.
jhung pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new 26a7ecb YARN-9855. Fix ApplicationReportProto submitTime id in
branch-2.8/branch-2.7
26a7ecb is described below
commit 26a7ecb2f7d589ef158bf03751e29b84e478df18
Author: Jonathan Hung <[email protected]>
AuthorDate: Wed Sep 25 09:59:39 2019 -0700
YARN-9855. Fix ApplicationReportProto submitTime id in branch-2.8/branch-2.7
---
.../hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 448d289..215bb75 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
@@ -211,7 +211,7 @@ message ApplicationReportProto {
optional PriorityProto priority = 23;
optional string appNodeLabelExpression = 24;
optional string amNodeLabelExpression = 25;
- optional int64 submitTime = 26;
+ optional int64 submitTime = 28;
}
enum LogAggregationStatusProto {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]