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 2015/08/13 18:54:45 UTC

[jira] [Created] (AMBARI-12766) Deployment on Ubuntu14 fails at Atlas install

Dmytro Sen created AMBARI-12766:
-----------------------------------

             Summary: Deployment on Ubuntu14 fails at Atlas install
                 Key: AMBARI-12766
                 URL: https://issues.apache.org/jira/browse/AMBARI-12766
             Project: Ambari
          Issue Type: Bug
          Components: stacks
         Environment: Ubuntu
            Reporter: Dmytro Sen
            Assignee: Dmytro Sen
            Priority: Blocker
             Fix For: 2.1.2


When Atlas is selected to be installed, deployment fails due to the below error:
{code}
    self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/apt.py", line 51, in wrapper
    return function_to_decorate(self, name, *args[2:])
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/apt.py", line 91, 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 70, in inner
    result = function(command, **kwargs)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
    tries=tries, try_sleep=try_sleep)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
    result = _call(command, **kwargs_copy)
  File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
    raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of '/usr/bin/apt-get -q -o Dpkg::Options::=--force-confdef --allow-unauthenticated --assume-yes install 'atlas-metadata*-hive-plugin'' returned 100. Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package atlas-metadata*-hive-plugin
E: Couldn't find any package by regex 'atlas-metadata*-hive-plugin'
{code}



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