Repository: ambari Updated Branches: refs/heads/branch-2.5 b0d55af42 -> 4116c4092
AMBARI-19702. ADDENDUM. Switch Pig default engine to tez in HDP 2.6 (Daniel Dai via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4116c409 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4116c409 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4116c409 Branch: refs/heads/branch-2.5 Commit: 4116c4092d1e32f685dbf379f9ca2ec89718d89d Parents: b0d55af Author: Alejandro Fernandez <[email protected]> Authored: Tue Jan 31 10:33:06 2017 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Tue Jan 31 10:33:06 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml | 1 + .../src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml | 1 + .../src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4116c409/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 5d710ab..24bf816 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 @@ -835,6 +835,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez"/> </pre-upgrade> + <pre-downgrade /> <upgrade> <task xsi:type="restart-task" /> </upgrade> http://git-wip-us.apache.org/repos/asf/ambari/blob/4116c409/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 e7c8db8..ecdbf30 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 @@ -838,6 +838,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez"/> </pre-upgrade> + <pre-downgrade /> <upgrade> <task xsi:type="restart-task" /> </upgrade> http://git-wip-us.apache.org/repos/asf/ambari/blob/4116c409/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml index 8513930..291397a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml @@ -738,6 +738,7 @@ <pre-upgrade> <task xsi:type="configure" id="hdp_2_6_0_0_pig_use_tez"/> </pre-upgrade> + <pre-downgrade /> <upgrade> <task xsi:type="restart-task" /> </upgrade>
