[ https://issues.apache.org/jira/browse/AMBARI-15881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286538#comment-15286538 ]
Hudson commented on AMBARI-15881: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4857 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4857/]) AMBARI-15881. Fixed logId typo in YARN metainfo.xml (Miklos Gergely via (oleewere: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0d5b881c418264287c07455f0b96bf41c3df9c02]) * ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml > Mark primary log of the component > --------------------------------- > > Key: AMBARI-15881 > URL: https://issues.apache.org/jira/browse/AMBARI-15881 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: trunk > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Minor > Fix For: 2.4.0 > > Attachments: AMBARI-15881.patch, AMBARI-15881_appendum.patch > > > Mark at most one log of a component as primary. > In the metainfo.xml file the log will have a primary element in it with true > value. > Example: > {code} > <component> > <name>NAMENODE</name> > <displayName>NameNode</displayName> > <category>MASTER</category> > <cardinality>1-2</cardinality> > <versionAdvertised>true</versionAdvertised> > <logs> > <log> > <logId>hdfs_namenode</logId> > <primary>true</primary> > </log> > <log> > <logId>hdfs_audit</logId> > </log> > </logs> > ... > </component> > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)