[2/2] hadoop git commit: MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri.

2018-04-10 Thread rohithsharmaks
MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 
purpose. Contributed by Charan Hebri.

(cherry picked from commit 6cc59a09e7330dc893b386d84c8f2aa86c02eace)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/754e5189
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/754e5189
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/754e5189

Branch: refs/heads/branch-2
Commit: 754e5189ee485dfa67b4243e14489aa7c3f052df
Parents: fe4c7ee
Author: Rohith Sharma K S 
Authored: Wed Apr 11 09:45:39 2018 +0530
Committer: Rohith Sharma K S 
Committed: Wed Apr 11 09:52:17 2018 +0530

--
 .../src/main/resources/mapred-default.xml  | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/754e5189/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
index 4f89762..a33960c 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
@@ -1052,6 +1052,12 @@
 
  Tags for the job that will be passed to YARN at submission
   time. Queries to YARN for applications can filter on these tags.
+  If these tags are intended to be used with The YARN Timeline Service v.2,
+  prefix them with the appropriate tag names for flow name, flow version 
and
+  flow run id. Example:
+  timeline_flow_name_tag:foo,
+  timeline_flow_version_tag:3df8b0d6100530080d2e0decf9e528e57c42a90a,
+  timeline_flow_run_id_tag:1465246348599
 
   
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



[2/2] hadoop git commit: MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri.

2018-04-10 Thread rohithsharmaks
MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 
purpose. Contributed by Charan Hebri.

(cherry picked from commit 6cc59a09e7330dc893b386d84c8f2aa86c02eace)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7cca3486
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7cca3486
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7cca3486

Branch: refs/heads/branch-3.0
Commit: 7cca3486b7189fadb187b4706f482d868ada8d52
Parents: ec258b8
Author: Rohith Sharma K S 
Authored: Wed Apr 11 09:45:39 2018 +0530
Committer: Rohith Sharma K S 
Committed: Wed Apr 11 09:49:38 2018 +0530

--
 .../src/main/resources/mapred-default.xml  | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7cca3486/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
index db36e91..16ecd90 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
@@ -1023,6 +1023,12 @@
 
  Tags for the job that will be passed to YARN at submission
   time. Queries to YARN for applications can filter on these tags.
+  If these tags are intended to be used with The YARN Timeline Service v.2,
+  prefix them with the appropriate tag names for flow name, flow version 
and
+  flow run id. Example:
+  timeline_flow_name_tag:foo,
+  timeline_flow_version_tag:3df8b0d6100530080d2e0decf9e528e57c42a90a,
+  timeline_flow_run_id_tag:1465246348599
 
   
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org



[2/2] hadoop git commit: MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri.

2018-04-10 Thread rohithsharmaks
MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 
purpose. Contributed by Charan Hebri.

(cherry picked from commit 6cc59a09e7330dc893b386d84c8f2aa86c02eace)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cb6555df
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cb6555df
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cb6555df

Branch: refs/heads/branch-3.1
Commit: cb6555df24b333b79a23235aba86565ff6ebd2d7
Parents: 67cd7ac
Author: Rohith Sharma K S 
Authored: Wed Apr 11 09:45:39 2018 +0530
Committer: Rohith Sharma K S 
Committed: Wed Apr 11 09:47:15 2018 +0530

--
 .../src/main/resources/mapred-default.xml  | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cb6555df/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
--
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
index cf8be33..d47c0ff 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
@@ -1045,6 +1045,12 @@
 
  Tags for the job that will be passed to YARN at submission
   time. Queries to YARN for applications can filter on these tags.
+  If these tags are intended to be used with The YARN Timeline Service v.2,
+  prefix them with the appropriate tag names for flow name, flow version 
and
+  flow run id. Example:
+  timeline_flow_name_tag:foo,
+  timeline_flow_version_tag:3df8b0d6100530080d2e0decf9e528e57c42a90a,
+  timeline_flow_run_id_tag:1465246348599
 
   
 


-
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org