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

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

Andrii Babiichuk created AMBARI-2725:
----------------------------------------

             Summary: 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


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