You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2016/01/13 22:26:40 UTC

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

Jonathan Hurley created AMBARI-14654:
----------------------------------------

             Summary: 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


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)