[ https://issues.apache.org/jira/browse/AMBARI-14654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097656#comment-15097656 ]
Hudson commented on AMBARI-14654: --------------------------------- SUCCESS: Integrated in Ambari-trunk-Commit #4169 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4169/]) AMBARI-14654 - Spark RU From HDP 2.3 to 2.4 Doesn't Include ThriftServer (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2669a7a49f50b6138c22c89000f76dcf0bb7acf3]) * ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml * ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml * ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml > Spark RU From HDP 2.3 to 2.4 Doesn't Include ThriftServer > --------------------------------------------------------- > > Key: AMBARI-14654 > URL: https://issues.apache.org/jira/browse/AMBARI-14654 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.2.1 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Priority: Critical > Fix For: 2.2.1 > > Attachments: AMBARI-14654.patch > > > The upgrade-2.4.xml file for HDP 2.3 to 2.4 upgrades is missing the > {{SPARK_THRIFTSERVER}} component. This causes the upgrade to fail with: > {panel:title= Upgrade Paused} > Upgrade did not succeed on 2 hosts > Your options: > Pause Upgrade, delete the unhealthy hosts and return to the Upgrade Wizard to > Proceed. > Perform a Downgrade, which will revert all hosts to the previous stack > version. > {panel} > {code} > { > "hosts": [ > "c6402.ambari.apache.org", > "c6403.ambari.apache.org" > ], > "host_detail": { > "c6402.ambari.apache.org": [ > { > "service": "SPARK", > "component": "SPARK_THRIFTSERVER", > "version": "2.3.4.0-3248" > } > ], > "c6403.ambari.apache.org": [ > { > "service": "SPARK", > "component": "SPARK_THRIFTSERVER", > "version": "2.3.4.0-3248" > } > ] > } > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)