You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/24 20:53:19 UTC

[jira] [Commented] (AMBARI-14654) Spark RU From HDP 2.3 to 2.4 Doesn't Include ThriftServer

    [ https://issues.apache.org/jira/browse/AMBARI-14654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163627#comment-15163627 ] 

Hudson commented on AMBARI-14654:
---------------------------------

ABORTED: Integrated in Ambari-trunk-Commit #4382 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4382/])
AMBARI-14654 - Spark RU From HDP 2.3 to 2.4 Doesn't Include ThriftServer (ncole: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ba50c8b6c705b6e34ea71850b143a6e0f9792bb3])
* 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)