You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/06/19 04:01:02 UTC

[jira] [Commented] (AMBARI-24139) Failed to force_non_member_install a stack version on hosts

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

Hudson commented on AMBARI-24139:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #690 (See [https://builds.apache.org/job/Ambari-branch-2.6/690/])
AMBARI-24139. Failed to force_non_member_install a stack version on (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=dcd9f521ef3d1f0daca95cfe94120f894ca06e1f])
* (edit) ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostStackVersionResourceProviderTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostStackVersionResourceProvider.java


> Failed to force_non_member_install a stack version on hosts
> -----------------------------------------------------------
>
>                 Key: AMBARI-24139
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24139
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The ability to pre-install packages on hosts using the following API request is broken since 2.6.0:
> {noformat}
> $ curl -X POST -d '{ "HostStackVersions": { "repository_version": "2.6.1.0-129", "stack": "HDP", "version": "2.6", "cluster_name": "TEST", "force_non_member_install": true, "components": [ { "name" : "ZOOKEEPER_SERVER" }, { "name": "ZOOKEEPER_CLIENT" } ] } }' http://localhost:8080/api/v1/hosts/${hostname}/stack_versions
> {noformat}
> The request is accepted, but:
> * on 2.6.0: package installation (1st task) fails due to missing {{stack_name}} and {{stack_version}}
> * on 2.6.1: "set all" (2nd task) fails for the same reason



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)