Repository: ambari Updated Branches: refs/heads/branch-2.4 281d61e2b -> afb7ca1ca refs/heads/trunk e0f3b534b -> d0d8c2b6a
AMBARI-17604. Ambari server start fails after upgrade due to missing atlas-application configs (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d0d8c2b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d0d8c2b6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d0d8c2b6 Branch: refs/heads/trunk Commit: d0d8c2b6a8fdc6c0524ee0dc766a28a06da00f3d Parents: e0f3b53 Author: Andrew Onishuk <[email protected]> Authored: Thu Jul 7 15:14:50 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Jul 7 15:14:50 2016 +0300 ---------------------------------------------------------------------- .../falcon-atlas-application.properties.xml | 12 ++++++------ .../configuration/hive-atlas-application.properties.xml | 12 ++++++------ .../storm-atlas-application.properties.xml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d0d8c2b6/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-atlas-application.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-atlas-application.properties.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-atlas-application.properties.xml index 4811910..e653651 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-atlas-application.properties.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/configuration/falcon-atlas-application.properties.xml @@ -26,36 +26,36 @@ <name>atlas.hook.falcon.synchronous</name> <value>false</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.falcon.numRetries</name> <value>3</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.falcon.minThreads</name> <value>5</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.falcon.maxThreads</name> <value>5</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.falcon.keepAliveTime</name> <value>10</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.falcon.queueSize</name> <value>1000</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/d0d8c2b6/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-atlas-application.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-atlas-application.properties.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-atlas-application.properties.xml index 9022d0a..0590244 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-atlas-application.properties.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-atlas-application.properties.xml @@ -26,36 +26,36 @@ <name>atlas.hook.hive.synchronous</name> <value>false</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.hive.numRetries</name> <value>3</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.hive.minThreads</name> <value>5</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.hive.maxThreads</name> <value>5</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.hive.keepAliveTime</name> <value>10</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>atlas.hook.hive.queueSize</name> <value>1000</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/d0d8c2b6/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-atlas-application.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-atlas-application.properties.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-atlas-application.properties.xml index 47d7758..1e681f5 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-atlas-application.properties.xml +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/configuration/storm-atlas-application.properties.xml @@ -26,6 +26,6 @@ <name>atlas.hook.storm.numRetries</name> <value>3</value> <description/> - <on-ambari-upgrade add="false"/> + <on-ambari-upgrade add="true"/> </property> </configuration>
