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/afb7ca1c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/afb7ca1c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/afb7ca1c

Branch: refs/heads/branch-2.4
Commit: afb7ca1cafc6b80c116e81d714736b597c65a5ca
Parents: 281d61e
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Thu Jul 7 15:14:52 2016 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Thu Jul 7 15:14:52 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/afb7ca1c/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/afb7ca1c/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/afb7ca1c/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>

Reply via email to