Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A2181874E for ; Thu, 13 Aug 2015 16:57:46 +0000 (UTC) Received: (qmail 15113 invoked by uid 500); 13 Aug 2015 16:57:46 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 15076 invoked by uid 500); 13 Aug 2015 16:57:46 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 15060 invoked by uid 99); 13 Aug 2015 16:57:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 16:57:45 +0000 Date: Thu, 13 Aug 2015 16:57:45 +0000 (UTC) From: "Dmytro Sen (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-12766) Deployment on Ubuntu14 fails at Atlas install MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-12766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Sen updated AMBARI-12766: -------------------------------- Attachment: AMBARI-12766-trunk.patch AMBARI-12766_21.patch > 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 > > Attachments: AMBARI-12766-trunk.patch, AMBARI-12766_21.patch > > > 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)