You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/02/27 19:19:04 UTC

[jira] [Updated] (AMBARI-9835) RU - Failed to install new version on SUSE

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

Dmitry Lysnichenko updated AMBARI-9835:
---------------------------------------
    Attachment: AMBARI-9835.patch

> RU - Failed to install new version on SUSE
> ------------------------------------------
>
>                 Key: AMBARI-9835
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9835
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9835.patch
>
>
> Steps to reproduce:
> Install all services( with HIVE using existing mysql db). 2.2.2.0-2251
> Enable HA.
> Create repo version 2.2.2.0-2254
> Install repo
> {code}
> Can not install packages.
> Traceback (most recent call last):
>   File "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py", line 95, in actionexecute
>     Package(name, use_repos=list(current_repo_files) if OSCheck.is_ubuntu_family() else current_repositories)
>   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 152, in run
>     self.run_action(resource, action)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
>     provider_action()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 43, in action_install
>     self.install_package(package_name, self.resource.use_repos)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 72, in install_package
>     shell.checked_call(cmd, sudo=True, logoutput=self.get_logoutput())
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 69, in inner
>     return function(command, **kwargs)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 81, in checked_call
>     return _call(command, logoutput, True, cwd, env, preexec_fn, user, wait_for_finish, timeout, path, sudo, on_new_line)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 197, in _call
>     raise Fail(err_msg)
> Fail: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm --repo HDP-UTILS-2.2.2.0-2498 --repo HDP-2.2.2.0-2498 mysql' returned 104. No provider of 'mysql' found.
> {code}



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