Repository: ambari Updated Branches: refs/heads/trunk 0db24d6b8 -> 9492207a1
AMBARI-12750. RU: pre-upgrade oozie manual step, Ambari web UI does not display the oozie host name (Di Li via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9492207a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9492207a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9492207a Branch: refs/heads/trunk Commit: 9492207a1f4e1f3d2fd8c5e8a9cf9183cc948bed Parents: 0db24d6 Author: Alejandro Fernandez <[email protected]> Authored: Tue Aug 18 10:44:00 2015 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Aug 18 10:44:00 2015 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml | 2 +- .../src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml | 2 +- .../src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9492207a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml index 72032c3..526efe4 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml @@ -46,7 +46,7 @@ <execute-stage service="OOZIE" component="OOZIE_SERVER" title="Pre Upgrade Oozie"> <task xsi:type="manual"> - <message>Before continuing, please backup the Oozie Server database on {{oozie-env/oozie_hostname}}.</message> + <message>Before continuing, please backup the Oozie Server database on {{hosts.all}}.</message> </task> </execute-stage> http://git-wip-us.apache.org/repos/asf/ambari/blob/9492207a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml index 507dec3..2aad30b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml @@ -46,7 +46,7 @@ <execute-stage service="OOZIE" component="OOZIE_SERVER" title="Pre Upgrade Oozie"> <task xsi:type="manual"> - <message>Before continuing, please backup the Oozie Server database on {{oozie-env/oozie_hostname}}.</message> + <message>Before continuing, please backup the Oozie Server database on {{hosts.all}}.</message> </task> </execute-stage> http://git-wip-us.apache.org/repos/asf/ambari/blob/9492207a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml index 7471025..38622bd 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml @@ -45,7 +45,7 @@ <execute-stage service="OOZIE" component="OOZIE_SERVER" title="Pre Upgrade Oozie"> <task xsi:type="manual"> - <message>Before continuing, please backup the Oozie Server database on {{oozie-env/oozie_hostname}}.</message> + <message>Before continuing, please backup the Oozie Server database on {{hosts.all}}.</message> </task> </execute-stage>
