You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2017/09/12 16:31:01 UTC

[jira] [Updated] (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:all-tabpanel ]

Jonathan Hurley updated AMBARI-21931:
-------------------------------------
    Attachment: AMBARI-21931.patch

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