You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/11/17 03:40:11 UTC

ambari git commit: AMBARI-13867. Stop-and-Start Upgrade: Falcon Server Web UI alert after EU HDP-2.1 -> HDP-2.3 (Swapan Shridhad via alejandro)

Repository: ambari
Updated Branches:
  refs/heads/trunk 819e4e799 -> b5ad10adc


AMBARI-13867. Stop-and-Start Upgrade: Falcon Server Web UI alert after EU HDP-2.1 -> HDP-2.3 (Swapan Shridhad via alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b5ad10ad
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5ad10ad
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5ad10ad

Branch: refs/heads/trunk
Commit: b5ad10adcb1626162ccf64e67f8ee87140c3f8d1
Parents: 819e4e7
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Mon Nov 16 18:38:53 2015 -0800
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Mon Nov 16 18:38:53 2015 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml   |  4 ++++
 .../resources/stacks/HDP/2.2/upgrades/config-upgrade.xml | 11 +++++++++++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b5ad10ad/ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml
index 449b077..a21baf1 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml
@@ -306,6 +306,10 @@
         <task xsi:type="configure" id="hdp_2_3_0_0_oozie_remove_redundant_configurations"/>
       </execute-stage>
 
+      <!--FALCON-->
+      <execute-stage service="FALCON" component="FALCON_SERVER" title="Apply config changes for Falcon Server">
+        <task xsi:type="configure" id="hdp_2_2_0_0_falcon_application_services"/>
+      </execute-stage>
 
       <!--STORM-->
       <execute-stage service="STORM" component="NIMBUS" title="Apply config changes for Nimbus">

http://git-wip-us.apache.org/repos/asf/ambari/blob/b5ad10ad/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml
index 9b3ab73..8c3e7da 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml
@@ -30,6 +30,17 @@
       </component>
     </service>
 
+    <service name="FALCON">
+      <component name="FALCON_SERVER">
+        <changes>
+          <definition xsi:type="configure" id="hdp_2_2_0_0_falcon_application_services">
+            <type>falcon-startup.properties</type>
+            <set key="*.application.services" value="org.apache.falcon.security.AuthenticationInitializationService,&#92;&#xA;      org.apache.falcon.workflow.WorkflowJobEndNotificationService,&#92;&#xA;      org.apache.falcon.service.ProcessSubscriberService,&#92;&#xA;      org.apache.falcon.entity.store.ConfigurationStore,&#92;&#xA;      org.apache.falcon.rerun.service.RetryService,&#92;&#xA;      org.apache.falcon.rerun.service.LateRunService,&#92;&#xA;      org.apache.falcon.service.LogCleanupService,&#92;&#xA;      org.apache.falcon.metadata.MetadataMappingService"/>
+          </definition>
+        </changes>
+      </component>
+    </service>
+
     <service name="HIVE">
       <component name="HIVE_SERVER">
         <changes>