This is an automated email from the ASF dual-hosted git repository.
jhung pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 8d4d4a7 YARN-9855. Fix ApplicationReportProto submitTime id in
branch-2.8/branch-2.7
8d4d4a7 is described below
commit 8d4d4a7cbe96365f03699f32338cae9d19883c12
Author: Jonathan Hung <[email protected]>
AuthorDate: Wed Sep 25 10:03:06 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 5d075c6..282e2d6 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
@@ -194,7 +194,7 @@ message ApplicationReportProto {
optional string applicationType = 18;
optional hadoop.common.TokenProto am_rm_token = 19;
repeated string applicationTags = 20;
- optional int64 submitTime = 21;
+ optional int64 submitTime = 28;
}
message ApplicationAttemptReportProto {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]