[
https://issues.apache.org/jira/browse/AMBARI-9835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340729#comment-14340729
]
Hudson commented on AMBARI-9835:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #1893 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1893/])
AMBARI-9835. RU - Failed to install new version on SUSE (dlysnichenko)
(dlysnichenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7d1520095132313f8d07249326146019a1324c19)
* ambari-server/src/main/resources/custom_actions/scripts/install_packages.py
* ambari-server/src/test/python/custom_actions/TestInstallPackages.py
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params.py
> 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)