YARN-7986. ATSv2 REST API queries do not return results for uppercase 
application tags. Contributed by Charan Hebri.


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

Branch: refs/heads/HDFS-12996
Commit: a12c93d88f5ad08258b6df80d6de06dc88694d8c
Parents: 5a9c5d8
Author: Rohith Sharma K S <rohithsharm...@apache.org>
Authored: Fri Mar 23 12:16:30 2018 +0530
Committer: Hanisha Koneru <hanishakon...@apache.org>
Committed: Mon Mar 26 11:11:04 2018 -0700

----------------------------------------------------------------------
 .../hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md        | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a12c93d8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
index 28c4a91..f097b60 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServiceV2.md
@@ -486,6 +486,8 @@ You can provide the flow context via YARN application tags:
 
     appContext.setApplicationTags(tags);
 
+Note : The Resource Manager converts YARN application tags to lowercase before 
storing them. Hence one should convert
+Flow names and Flow versions to lowercase before using them in REST API 
queries.
 
 ## Timeline Service v.2 REST API
 


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

Reply via email to