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

(cherry picked from commit 75fc05f369)
(cherry picked from commit 91791a8abd)
This commit is contained in:
Rohith Sharma K S 2018-03-23 12:16:30 +05:30 committed by Wangda Tan
parent c30b026997
commit 4ecb50a8ab
1 changed files with 2 additions and 0 deletions

View File

@ -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