You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2014/10/15 16:08:33 UTC

[jira] [Resolved] (AMBARI-7784) Ganglia Monitor install fail on HDP-2.2

     [ https://issues.apache.org/jira/browse/AMBARI-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmytro Sen resolved AMBARI-7784.
--------------------------------
    Resolution: Fixed

Committed same patch to trunk and branch-1.7.0

> Ganglia Monitor install fail on HDP-2.2
> ---------------------------------------
>
>                 Key: AMBARI-7784
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7784
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 1.7.0
>         Environment: HDP2.2
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Blocker
>             Fix For: 1.7.0
>
>
> Faced this issue on 5-node cluster. Looks like the issue is related to versioned packages and/or cluster configuration. On this node, only Nagios and Gmond are selected to be installed.
> {code}
> 2014-10-14 18:40:06,289 - Error while executing command 'install':
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/after-INSTALL/scripts/hook.py", line 31, in hook
>     setup_hdp_install_directory()
>   File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/after-INSTALL/scripts/shared_initialization.py", line 25, in setup_hdp_install_directory
>     Execute(format('ambari-python-wrap /usr/bin/hdp-select set all `ambari-python-wrap /usr/bin/hdp-select versions | grep ^{rpm_version}- | tail -1`')
>   File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
>     self.env.run()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
>     self.run_action(resource, action)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
>     provider_action()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 237, in action_run
>     raise ex
> Fail: Execution of 'ambari-python-wrap /usr/bin/hdp-select set all `ambari-python-wrap /usr/bin/hdp-select versions | grep ^2.2.0.0- | tail -1`' returned 1. Traceback (most recent call last):
>   File "/usr/bin/hdp-select", line 337, in <module>
>     printVersions()
>   File "/usr/bin/hdp-select", line 200, in printVersions
>     for f in os.listdir(root):
> OSError: [Errno 2] No such file or directory: '/usr/hdp'
> ERROR: set command takes 2 parameters, instead of 1
> usage: hdp-select [-h] [<command>] [<package>] [<version>]
> Set the selected version of HDP.
> positional arguments:
>   <command>   One of set, status, versions, or packages
>   <package>   the package name to set
>   <version>   the HDP version to set
> optional arguments:
>   -h, --help  show this help message and exit
> Commands:
>   set      : set the package to a specified version
>   status   : show the version of the package
>   versions : show the currently installed versions
>   packages : show the individual package names
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)