Repository: ambari Updated Branches: refs/heads/branch-2.5 75c359350 -> 5583edfb9
AMBARI-20065 - Livy server start failed after downgrade with missing livy.server.kerberos.keytab error (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5583edfb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5583edfb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5583edfb Branch: refs/heads/branch-2.5 Commit: 5583edfb9822a7387664da0cf335099aed37fde0 Parents: 75c3593 Author: Jonathan Hurley <[email protected]> Authored: Fri Feb 17 10:40:04 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Fri Feb 17 15:47:43 2017 -0500 ---------------------------------------------------------------------- .../stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5583edfb/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml index ca7f133..13b972b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml @@ -61,10 +61,6 @@ <function>prepare</function> </task> </execute-stage> - - <execute-stage service="SPARK" component="LIVY_SERVER" title="Apply config changes for Livy Server"> - <task xsi:type="configure" id="hdp_2_5_0_0_rename_spark_livy_configs"/> - </execute-stage> </group> <group xsi:type="stop" name="STOP_HIGH_LEVEL_SERVICE_COMPONENTS" title="Stop Components for High-Level Services"> @@ -493,6 +489,11 @@ <summary>Updating the Hive Log4J2 properties to include parameterizations</summary> </task> </execute-stage> + + <!-- SPARK --> + <execute-stage service="SPARK" component="LIVY_SERVER" title="Apply config changes for Livy Server"> + <task xsi:type="configure" id="hdp_2_5_0_0_rename_spark_livy_configs"/> + </execute-stage> </group> <!--
