Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 F028110052 for ; Fri, 30 May 2014 17:49:03 +0000 (UTC) Received: (qmail 45163 invoked by uid 500); 30 May 2014 17:49:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45040 invoked by uid 500); 30 May 2014 17:49:02 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 44975 invoked by uid 500); 30 May 2014 17:49:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 44953 invoked by uid 99); 30 May 2014 17:49:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 17:49:02 +0000 Date: Fri, 30 May 2014 17:49:02 +0000 (UTC) From: "Swarnim Kulkarni (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7126) Cleanup build warnings while building hive projects 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/HIVE-7126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013996#comment-14013996 ] Swarnim Kulkarni commented on HIVE-7126: ---------------------------------------- If someone gets chance to look at this real quick, that will be awesome. Pretty minor change. Just helps keep things cleaner. :) > Cleanup build warnings while building hive projects > --------------------------------------------------- > > Key: HIVE-7126 > URL: https://issues.apache.org/jira/browse/HIVE-7126 > Project: Hive > Issue Type: Task > Components: Build Infrastructure > Affects Versions: 0.13.0 > Reporter: Swarnim Kulkarni > Assignee: Swarnim Kulkarni > Priority: Minor > Attachments: HIVE-7126.1.patch.txt > > > Currently while doing a build of hive projects, warnings like the following show up: > {noformat} > mac-swarnim:hive sk018283$ mvn clean install -pl serde -P hadoop-1 > [INFO] Scanning for projects... > [WARNING] > [WARNING] Some problems were encountered while building the effective model for org.apache.hive.shims:hive-shims-0.23:jar:0.14.0-SNAPSHOT > [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.hadoop:hadoop-hdfs:jar -> duplicate declaration of version ${hadoop-23.version} @ line 110, column 17 > [WARNING] > [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. > [WARNING] > [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. > [WARNING] > {noformat} > These warnings should be cleaned up. -- This message was sent by Atlassian JIRA (v6.2#6252)