AMBARI-7797. All letters in "Yarn" should be capital at Download Client Configs drop-down (dlysnichenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9ab8371a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9ab8371a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9ab8371a Branch: refs/heads/branch-1.7.0 Commit: 9ab8371a428e8d50dabb03daacb6b10b97bbcb38 Parents: 26503de Author: Lisnichenko Dmitro <[email protected]> Authored: Thu Oct 16 16:19:17 2014 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Thu Oct 16 16:20:16 2014 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml | 2 +- .../main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml | 2 +- ambari-server/src/test/python/stacks/2.1/common/services.json | 4 ++-- .../test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9ab8371a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml index b9d4236..11a8695 100644 --- a/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/metainfo.xml @@ -85,7 +85,7 @@ <component> <name>YARN_CLIENT</name> - <displayName>Yarn Client</displayName> + <displayName>YARN Client</displayName> <category>CLIENT</category> <cardinality>1+</cardinality> <commandScript> http://git-wip-us.apache.org/repos/asf/ambari/blob/9ab8371a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml index a53167e..2778073 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml @@ -73,7 +73,7 @@ <component> <name>YARN_CLIENT</name> - <displayName>Yarn Client</displayName> + <displayName>YARN Client</displayName> <category>CLIENT</category> <cardinality>1+</cardinality> <commandScript> http://git-wip-us.apache.org/repos/asf/ambari/blob/9ab8371a/ambari-server/src/test/python/stacks/2.1/common/services.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.1/common/services.json b/ambari-server/src/test/python/stacks/2.1/common/services.json index 44ed562..c4af73c 100644 --- a/ambari-server/src/test/python/stacks/2.1/common/services.json +++ b/ambari-server/src/test/python/stacks/2.1/common/services.json @@ -980,7 +980,7 @@ "component_category" : "CLIENT", "component_name" : "YARN_CLIENT", "custom_commands" : [ ], - "display_name" : "Yarn Client", + "display_name" : "YARN Client", "is_client" : true, "is_master" : false, "service_name" : "YARN", @@ -1033,4 +1033,4 @@ } ] } ], "configurations" : { } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/ambari/blob/9ab8371a/ambari-server/src/test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml b/ambari-server/src/test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml index 01e93c2..de0b1c0 100644 --- a/ambari-server/src/test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml +++ b/ambari-server/src/test/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml @@ -72,7 +72,7 @@ </component> <component> <name>YARN_CLIENT</name> - <displayName>Yarn Client</displayName> + <displayName>YARN Client</displayName> <category>CLIENT</category> <deleted>true</deleted> <cardinality>0+</cardinality>
