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 6813518BCA for ; Fri, 19 Jun 2015 23:32:01 +0000 (UTC) Received: (qmail 41942 invoked by uid 500); 19 Jun 2015 23:32:01 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 41911 invoked by uid 500); 19 Jun 2015 23:32:01 -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 41646 invoked by uid 99); 19 Jun 2015 23:32:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2015 23:32:01 +0000 Date: Fri, 19 Jun 2015 23:32:01 +0000 (UTC) From: "Jayush Luniya (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-11990) Deployment fails on snappy with HDP 2.3 on CentOS7 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-11990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594101#comment-14594101 ] Jayush Luniya commented on AMBARI-11990: ---------------------------------------- Trunk: commit d825760843d29fe818811d1ee4c647dd64c418b3 Author: Jayush Luniya Date: Fri Jun 19 16:29:52 2015 -0700 AMBARI-11990: Deployment fails on snappy with HDP 2.3 on CentOS7 (jluniya) Branch-2.1: commit 63f4ed0adb2ba9452f2e9071e54eed8588376b4d Author: Jayush Luniya Date: Fri Jun 19 16:29:52 2015 -0700 AMBARI-11990: Deployment fails on snappy with HDP 2.3 on CentOS7 (jluniya) > Deployment fails on snappy with HDP 2.3 on CentOS7 > -------------------------------------------------- > > Key: AMBARI-11990 > URL: https://issues.apache.org/jira/browse/AMBARI-11990 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.1.0 > Reporter: Jayush Luniya > Assignee: Jayush Luniya > Priority: Blocker > Fix For: 2.1.0 > > Attachments: AMBARI-11990.patch > > > For centos7 + HDP 2.3 ambari is using the centos6 HDP-UTILS. See here: > https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/HDP/2.3/repos/repoinfo.xml > Looks like that is an issue. > {code} > [root@ip-172-30-0-151 yum.repos.d]# more HDP-UTILS.repo > [HDP-UTILS-1.1.0.20] > name=HDP-UTILS-1.1.0.20 > baseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.20/repos/centos6 > path=/ > enabled=1 > gpgcheck=0 > [root@ip-172-30-0-151 yum.repos.d]# /usr/bin/yum -y install snappy-devel > Loaded plugins: amazon-id, rhui-lb > Resolving Dependencies > --> Running transaction check > ---> Package snappy-devel.x86_64 0:1.0.5-1.el6 will be installed > --> Processing Dependency: snappy(x86-64) = 1.0.5-1.el6 for package: snappy-devel-1.0.5-1.el6.x86_64 > --> Finished Dependency Resolution > Error: Package: snappy-devel-1.0.5-1.el6.x86_64 (HDP-UTILS-1.1.0.20) > Requires: snappy(x86-64) = 1.0.5-1.el6 > Installed: snappy-1.1.0-3.el7.x86_64 (@anaconda/7.1) > snappy(x86-64) = 1.1.0-3.el7 > Available: snappy-1.0.5-1.el6.x86_64 (HDP-UTILS-1.1.0.20) > snappy(x86-64) = 1.0.5-1.el6 > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)