AMBARI-19456. RU: Falcon LR job failed (upgrade-downgrade). (Dmytro Grinenko via mpapirkovskyy)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dcf7c197 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dcf7c197 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dcf7c197 Branch: refs/heads/trunk Commit: dcf7c1971b41a4aa086894876500135a5dc1d439 Parents: d8fccbb Author: Myroslav Papirkovskyi <[email protected]> Authored: Wed Jan 11 17:49:55 2017 +0200 Committer: Myroslav Papirkovskyi <[email protected]> Committed: Wed Jan 11 17:52:07 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml | 1 + .../src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml | 1 + .../src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml | 1 + .../src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dcf7c197/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml index 9b4a2a7..ec317a9 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.5.xml @@ -995,6 +995,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_5_0_0_falcon_server_adjust_services_property"/> </pre-upgrade> + <pre-downgrade/> <upgrade> <task xsi:type="restart-task" /> </upgrade> http://git-wip-us.apache.org/repos/asf/ambari/blob/dcf7c197/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml index 1cdc416..a0a7929 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml @@ -997,6 +997,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_5_0_0_falcon_server_adjust_services_property"/> </pre-upgrade> + <pre-downgrade/> <upgrade> <task xsi:type="restart-task" /> </upgrade> http://git-wip-us.apache.org/repos/asf/ambari/blob/dcf7c197/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml index 9767f01..9c61c39 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.5.xml @@ -964,6 +964,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_5_0_0_falcon_server_adjust_services_property"/> </pre-upgrade> + <pre-downgrade/> <upgrade> <task xsi:type="restart-task" /> </upgrade> http://git-wip-us.apache.org/repos/asf/ambari/blob/dcf7c197/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml index fa8187d..9b3ce4e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml @@ -970,6 +970,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_5_0_0_falcon_server_adjust_services_property"/> </pre-upgrade> + <pre-downgrade/> <upgrade> <task xsi:type="restart-task" /> </upgrade>
