You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2013/07/25 11:57:49 UTC

[jira] [Commented] (AMBARI-2725) FE Hostcheck should use installedPackages instead of using rpm to get list of installed packages

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

Oleg Nechiporenko commented on AMBARI-2725:
-------------------------------------------

+1 for patch
                
> FE Hostcheck should use installedPackages instead of using rpm to get list of installed packages
> ------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-2725
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2725
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.2.6
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>             Fix For: 1.4.0
>
>         Attachments: AMBARI-2725.patch
>
>
> Currently, host check UI uses field "rpm" to report installed packages. Instead the field "installedPackages" should be used. "rpm" is a leftover from prior host check report.
> Sample items:
> {noformat}
>      "installedPackages" : [
>         {
>           "name" : "sqoop.noarch",
>           "version" : "1.4.3.1.3.0.0-107.el6",
>           "repoName" : "HDP-1.3.0"
>         },
>         {
>           "name" : "lzo-devel.x86_64",
>           "version" : "2.06-1.el6",
>           "repoName" : "HDP-UTILS-1.1.0.15"
>         }
> ]
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira