Repository: ambari Updated Branches: refs/heads/trunk 20c7940a1 -> 0bade7ced
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/0bade7ce Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0bade7ce Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0bade7ce Branch: refs/heads/trunk Commit: 0bade7ced6559b5524d58d63c9f7114534be4956 Parents: 20c7940 Author: Aravindan Vijayan <[email protected]> Authored: Tue Dec 27 13:04:11 2016 -0800 Committer: Aravindan Vijayan <[email protected]> Committed: Tue Dec 27 13:04:11 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/0bade7ce/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>
