You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jh...@apache.org on 2019/09/25 17:02:22 UTC

[hadoop] branch branch-2.8 updated: YARN-9855. Fix ApplicationReportProto submitTime id in branch-2.8/branch-2.7

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 <jh...@linkedin.com>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org