Repository: ambari Updated Branches: refs/heads/trunk 0cc0e5d43 -> b87343e15
AMBARI-19756. Add common log rotation settings to hive log4j2 -test fix (Madhuvanthi Radhakrishnan via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b87343e1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b87343e1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b87343e1 Branch: refs/heads/trunk Commit: b87343e15f687778e721bad9483de1b3044fea0f Parents: 0cc0e5d Author: Sumit Mohanty <[email protected]> Authored: Mon Jan 30 10:18:39 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Mon Jan 30 10:19:08 2017 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.5/upgrades/config-upgrade.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b87343e1/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml index 4bda941..157e0e9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml @@ -345,17 +345,6 @@ </definition> </changes> </component> - <component name = "WEBHCAT_SERVER"> - <changes> - <definition xsi:type="configure" id="webhcat_log4j_parameterize" summary="Parameterizing Webhcat Log4J Properties"> - <type>webhcat-log4j</type> - <set key="webhcat_log_maxfilesize" value="256"/> - <set key = "webhcat_log_maxbackupindex" value="20"/> - <replace key="content" find="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender" replace-with="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender
log4j.appender.standard.MaxFileSize = {{webhcat_log_maxfilesize}}MB"/> - <replace key="content" find="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender" replace-with="log4j.appender.standard = org.apache.log4j.DailyRollingFileAppender
log4j.appender.standard.MaxBackupIndex = {{webhcat_log_maxbackupindex}}"/> - </definition> - </changes> - </component> </service> </services>
