Repository: ambari Updated Branches: refs/heads/trunk 81e2e12db -> 51fc354f9
AMBARI-17971. Ambari upgrade to 2.4.0 adds several config properties that are not necessary and some are incorrect - reverting changes to sqoop-site and atlas-log4j (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/51fc354f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/51fc354f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/51fc354f Branch: refs/heads/trunk Commit: 51fc354f9aee00ac94974975c3bd0e26bba0e870 Parents: 81e2e12 Author: Sumit Mohanty <[email protected]> Authored: Tue Aug 2 22:29:24 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue Aug 2 22:29:24 2016 -0700 ---------------------------------------------------------------------- .../ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml | 6 +++--- .../SQOOP/1.4.4.2.0/configuration/sqoop-site.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/51fc354f/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml index 753232a..a071442 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/atlas-log4j.xml @@ -24,13 +24,13 @@ <name>atlas_log_level</name> <value>info</value> <description>Log level for atlas logging</description> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>audit_log_level</name> <value>info</value> <description>Log level for audit logging</description> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>content</name> @@ -125,6 +125,6 @@ <type>content</type> <show-property-name>false</show-property-name> </value-attributes> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/51fc354f/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml index 20e6d42..f7823d2 100644 --- a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml +++ b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/configuration/sqoop-site.xml @@ -30,10 +30,10 @@ <name>atlas.cluster.name</name> </property> </depends-on> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>sqoop.job.data.publish.class</name> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> </configuration>
