Repository: ambari Updated Branches: refs/heads/branch-2.4 90d8b795b -> 4538a0dd9
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/4538a0dd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4538a0dd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4538a0dd Branch: refs/heads/branch-2.4 Commit: 4538a0dd948264378dd7bb7ca646f5e42c74f40c Parents: 90d8b79 Author: oleewere <[email protected]> Authored: Tue May 17 12:43:55 2016 +0200 Committer: oleewere <[email protected]> Committed: Tue May 17 12:54:01 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/4538a0dd/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>
