Repository: ambari Updated Branches: refs/heads/branch-2.5 76a9658a0 -> af6cc2ae9
AMBARI-19651 Allow user to add custom property for log4j. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/af6cc2ae Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/af6cc2ae Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/af6cc2ae Branch: refs/heads/branch-2.5 Commit: af6cc2ae94d9d1b1d88911382ac40d16848e0634 Parents: 76a9658 Author: Andrii Tkach <[email protected]> Authored: Mon Jan 23 12:38:03 2017 +0200 Committer: Andrii Tkach <[email protected]> Committed: Mon Jan 23 14:30:46 2017 +0200 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml | 2 +- .../common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml | 2 +- .../FALCON/0.5.0.2.1/configuration/falcon-log4j.xml | 2 +- .../common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml | 2 +- .../common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml | 2 +- .../HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml | 2 +- .../common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml | 2 +- .../HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml | 2 +- .../common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml | 2 +- .../common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml | 2 +- .../common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml | 2 +- .../common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml | 2 +- .../common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml | 2 +- .../common-services/RANGER/0.6.0/configuration/admin-log4j.xml | 2 +- .../common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml | 2 +- .../common-services/RANGER/0.6.0/configuration/usersync-log4j.xml | 2 +- .../RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml | 2 +- .../STORM/0.10.0/configuration/storm-cluster-log4j.xml | 2 +- .../STORM/0.10.0/configuration/storm-worker-log4j.xml | 2 +- .../STORM/1.0.1/configuration/storm-cluster-log4j.xml | 2 +- .../STORM/1.0.1/configuration/storm-worker-log4j.xml | 2 +- .../common-services/YARN/2.1.0.2.0/configuration/yarn-log4j.xml | 2 +- .../ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml | 2 +- .../stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml | 2 +- .../stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml | 2 +- .../HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml | 2 +- .../stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml | 2 +- .../stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml | 2 +- .../HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml | 2 +- .../stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml index 5a97804..f5a2640 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>ams_hbase_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml index 05c8f0a..e5e4d23 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/atlas-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>atlas_log_level</name> <value>info</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-log4j.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-log4j.xml index 2662b51..b2b1fe1 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-log4j.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <!-- log4j.xml --> <property> <name>falcon_log_maxfilesize</name> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml index 2177705..0fa33ba 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>hbase_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml index 3f73c19..b1db232 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml +++ b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>hadoop_security_log_max_backup_size</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml index d90a679..61d0b85 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-exec-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>content</name> <display-name>hive-exec-log4j template</display-name> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml index 3473b8c..9bf70fc 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>hive_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml index 4ec22770..4751085 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>webhcat_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml index f6045cd..0eed025 100644 --- a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml +++ b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1/configuration/kafka-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>kafka_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml index 613d75f..ccefa54 100644 --- a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml +++ b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/gateway-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>knox_gateway_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml index e078d9d..11595d5 100644 --- a/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml +++ b/ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/configuration/ldap-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>knox_ldap_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml index ff1e388..42a2604 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/configuration/oozie-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>oozie_log_maxhistory</name> <value>720</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml index 123d570..c8f9cfd 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>oozie_log_maxhistory</name> <value>720</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/admin-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/admin-log4j.xml b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/admin-log4j.xml index fdffcdf..6108c36 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/admin-log4j.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/admin-log4j.xml @@ -18,7 +18,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>ranger_xa_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml index 141c8c9..6384302 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/tagsync-log4j.xml @@ -18,7 +18,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>ranger_tagsync_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/usersync-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/usersync-log4j.xml b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/usersync-log4j.xml index 4cbc34e..8843a2a 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/usersync-log4j.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/usersync-log4j.xml @@ -18,7 +18,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>ranger_usersync_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml b/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml index 3a63f38..bac2e84 100644 --- a/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml +++ b/ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/configuration/kms-log4j.xml @@ -18,7 +18,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>ranger_kms_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-cluster-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-cluster-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-cluster-log4j.xml index 92d6c38..9de0017 100644 --- a/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-cluster-log4j.xml +++ b/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-cluster-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>storm_a1_maxfilesize</name> <value>100</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-worker-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-worker-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-worker-log4j.xml index 45bf289..383c972 100644 --- a/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-worker-log4j.xml +++ b/ambari-server/src/main/resources/common-services/STORM/0.10.0/configuration/storm-worker-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>storm_wrkr_a1_maxfilesize</name> <value>100</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml index 1cb17f0..4ba4bd6 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-cluster-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>storm_a1_maxfilesize</name> <value>100</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml index c3de7cd..180208c 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-worker-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>storm_wrkr_a1_maxfilesize</name> <value>100</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/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 31f0ff3..41a3c0e 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 @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>yarn_rm_summary_log_max_backup_size</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml index 151ce3b..75dba02 100644 --- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml +++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zookeeper-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>zookeeper_log_max_backup_size</name> <value>10</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml index d052621..280c43a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hdfs-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>hadoop_security_log_max_backup_size</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml index 34e97d4..7816591 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>yarn_rm_summary_log_max_backup_size</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml index 03e8dae..3b935f8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-exec-log4j2.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>content</name> <display-name>hive-exec-log4j2 template</display-name> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml index aac3216..abf307a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-log4j2.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>content</name> <display-name>hive-log4j2 template</display-name> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml index 25315b4..67f5830 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-cli-log4j2.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>content</name> <display-name>llap-cli-log4j2 template</display-name> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml index fa65c73..bc0c7de 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/llap-daemon-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_final="false" supports_adding_forbidden="true"> +<configuration supports_final="false" supports_adding_forbidden="false"> <property> <name>hive_llap_log_maxfilesize</name> <value>256</value> http://git-wip-us.apache.org/repos/asf/ambari/blob/af6cc2ae/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml index ec93b63..95bc0ea 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-log4j.xml @@ -19,7 +19,7 @@ * limitations under the License. */ --> -<configuration supports_adding_forbidden="true"> +<configuration supports_adding_forbidden="false"> <property> <name>atlas_log_max_backup_size</name> <value>256</value>
