Repository: ambari Updated Branches: refs/heads/trunk 8dabd55a4 -> a5dc2d2cc
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/a5dc2d2c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a5dc2d2c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a5dc2d2c Branch: refs/heads/trunk Commit: a5dc2d2cc98eb5b2f59cc7bc13b947e84c15479b Parents: 8dabd55 Author: Jonathan Hurley <[email protected]> Authored: Fri Feb 17 10:40:04 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Fri Feb 17 15:18:27 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/a5dc2d2c/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 4fb68ed..bb9ec1b 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"> @@ -497,6 +493,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> <!--
