[
https://issues.apache.org/jira/browse/AMBARI-11789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577478#comment-14577478
]
Hadoop QA commented on AMBARI-11789:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12738361/AMBARI-11789.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3096//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3096//console
This message is automatically generated.
> RU: Installation of new stack failed for all hosts on SLES 11.3
> ---------------------------------------------------------------
>
> Key: AMBARI-11789
> URL: https://issues.apache.org/jira/browse/AMBARI-11789
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.1.0
>
> Attachments: AMBARI-11789.patch
>
>
> {code}
> Can not install packages.
> Traceback (most recent call last):
> File
> "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py",
> line 98, 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 157, 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 45, 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 69, 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 68, in inner
> result = function(command, **kwargs)
> File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py",
> line 86, 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 204, in _call
> raise Fail(err_msg)
> Fail: Execution of '/usr/bin/zypper --quiet install
> --auto-agree-with-licenses --no-confirm --repo 'rhui*' --repo
> HDP-2.3.0.0-2273 --repo HDP-UTILS-2.3.0.0-2273 datafu' returned 3. Repository
> 'rhui*' not found by its alias, number, or URI.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)