You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2016/12/27 21:03:34 UTC

ambari git commit: AMBARI-19274 : Add common log rotation settings to hbase, zookeeper, ams. (Unit test fix) (Madhuvanthi Radhakrishnan via avijayan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 58203347a -> b40b71e29


AMBARI-19274 : Add common log rotation settings to hbase, zookeeper, ams. (Unit test fix) (Madhuvanthi Radhakrishnan via avijayan)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b40b71e2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b40b71e2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b40b71e2

Branch: refs/heads/branch-2.5
Commit: b40b71e2913aca1b4d902fa8a891d9742296a790
Parents: 5820334
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Tue Dec 27 12:48:32 2016 -0800
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Tue Dec 27 12:49:08 2016 -0800

----------------------------------------------------------------------
 .../common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b40b71e2/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
index 715976b..31f0ff3 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml
@@ -21,7 +21,6 @@
 -->
 <configuration supports_final="false" supports_adding_forbidden="true">
   <property>
-     <property>
     <name>yarn_rm_summary_log_max_backup_size</name>
     <value>256</value>
     <description>The maximum size of backup file before the log is rotated</description>
@@ -42,6 +41,7 @@
     </value-attributes>
     <on-ambari-upgrade add="false"/>
     </property>
+    <property>
     <name>content</name>
     <display-name>yarn-log4j template</display-name>
     <description>Custom log4j.properties</description>