You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/01/14 00:34:39 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=15097282#comment-15097282 ] 

Hadoop QA commented on AMBARI-14654:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12782136/AMBARI-14654.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/4909//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4909//console

This message is automatically generated.

> 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)