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 2017/09/12 17:22:00 UTC

[jira] [Commented] (AMBARI-21931) Use Correct Packages For Clients Where Stack Tools Support It

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

Hudson commented on AMBARI-21931:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #198 (See [https://builds.apache.org/job/Ambari-branch-2.6/198/])
AMBARI-21931 - Use Correct Packages For Clients Where Stack Tools (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4cc2ecca8d56c3b778929ca524e3b4e8258c657b])
* (edit) ambari-common/src/main/python/resource_management/libraries/functions/stack_select.py
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/AmbariContext.java
* (edit) ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
* (edit) ambari-server/src/test/python/stacks/utils/RMFTestCase.py
* (edit) ambari-server/src/test/python/TestStackSelect.py


> Use Correct Packages For Clients Where Stack Tools Support It
> -------------------------------------------------------------
>
>                 Key: AMBARI-21931
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21931
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-21931.patch
>
>
> There are several "INVALID" types listed in the stack_packages.json file. These were placeholders that need to be updated with the packages exposed by the stack-select tool. 
> {code}
> ...
>         "HDFS_CLIENT": {
>           "STACK-SELECT-PACKAGE": "hadoop-client",
>           "INSTALL": [
>             "hadoop-client"
>           ],
>           "PATCH": [
>             "INVALID"
>           ],
>           "STANDARD": [
>             "hadoop-client"
>           ]
>         },
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)