Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 344BAD084 for ; Thu, 2 Aug 2012 12:59:06 +0000 (UTC) Received: (qmail 95787 invoked by uid 500); 2 Aug 2012 12:59:05 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 95744 invoked by uid 500); 2 Aug 2012 12:59:05 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 95572 invoked by uid 99); 2 Aug 2012 12:59:05 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 12:59:05 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 89D8C142823 for ; Thu, 2 Aug 2012 12:59:05 +0000 (UTC) Date: Thu, 2 Aug 2012 12:59:05 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1717649671.5014.1343912345568.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1418321594.98579.1343167054830.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8620) Add -Drequire.fuse and -Drequire.snappy 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/HADOOP-8620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427288#comment-13427288 ] Hudson commented on HADOOP-8620: -------------------------------- Integrated in Hadoop-Hdfs-trunk #1123 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1123/]) HADOOP-8620. Add -Drequire.fuse and -Drequire.snappy. Contributed by Colin Patrick McCabe (Revision 1368251) Result = SUCCESS eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1368251 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/CMakeLists.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt > Add -Drequire.fuse and -Drequire.snappy > --------------------------------------- > > Key: HADOOP-8620 > URL: https://issues.apache.org/jira/browse/HADOOP-8620 > Project: Hadoop Common > Issue Type: Improvement > Components: build > Affects Versions: 2.0.1-alpha > Reporter: Colin Patrick McCabe > Assignee: Colin Patrick McCabe > Priority: Minor > Fix For: 2.2.0-alpha > > Attachments: HADOOP-8620.002.patch, HADOOP-8620.003.patch > > > We have some optional build components which don't get built if they are not installed on the build machine. One of those components is fuse_dfs. Another is the snappy support in libhadoop.so. > Unfortunately, since these components are silently ignored if they are not present, it's easy to unintentionally create an incomplete build. > We should add two flags, -Drequire.fuse and -Drequire.snappy, that do exactly what the names suggest. This will make the build more repeatable. Those who want a complete build can specify these system properties to maven. If the build cannot be created as requested, it will be a hard error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira