Repository: ambari Updated Branches: refs/heads/trunk 76d2edc51 -> 0d5b881c4
AMBARI-15881. Fixed logId typo in YARN metainfo.xml (Miklos Gergely via oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0d5b881c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0d5b881c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0d5b881c Branch: refs/heads/trunk Commit: 0d5b881c418264287c07455f0b96bf41c3df9c02 Parents: 76d2edc Author: oleewere <[email protected]> Authored: Tue May 17 12:43:55 2016 +0200 Committer: oleewere <[email protected]> Committed: Tue May 17 12:43:55 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0d5b881c/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml index 7034404..635cec7 100644 --- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml @@ -41,7 +41,7 @@ <logs> <log> <logId>yarn_resourcemanager</logId> - <primary>true</primary>h + <primary>true</primary> </log> <log> <logId>yarn_historyserver</logId>
