AMBARI-14436 - Spark ThriftServer Does Not Upgrade (jonathanhurley)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3b693eab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3b693eab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3b693eab Branch: refs/heads/trunk Commit: 3b693eab67e5f37229cc0070fa52d68f730c7c3e Parents: f0b029e Author: Jonathan Hurley <[email protected]> Authored: Fri Dec 18 14:30:45 2015 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Fri Dec 18 16:36:20 2015 -0500 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml | 1 + .../src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3b693eab/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml index 5e0d364..3b45149 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml @@ -437,6 +437,7 @@ <parallel-scheduler/> <service name="SPARK"> <component>SPARK_JOBHISTORYSERVER</component> + <component>SPARK_THRIFTSERVER</component> </service> </group> http://git-wip-us.apache.org/repos/asf/ambari/blob/3b693eab/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 e31e7fb..29384b0 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 @@ -226,6 +226,7 @@ <service-check>false</service-check> <service name="SPARK"> <component>SPARK_JOBHISTORYSERVER</component> + <component>SPARK_THRIFTSERVER</component> </service> </group>
