Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC713E767 for ; Sat, 9 Mar 2013 17:05:31 +0000 (UTC) Received: (qmail 75037 invoked by uid 500); 9 Mar 2013 17:05:31 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 74934 invoked by uid 500); 9 Mar 2013 17:05:31 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 74718 invoked by uid 99); 9 Mar 2013 17:05:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Mar 2013 17:05:22 +0000 Date: Sat, 9 Mar 2013 17:05:22 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8059) Enhance test-patch.sh so that patch can specify hadoop-2.0 as the default profile 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/HBASE-8059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-8059: -------------------------- Attachment: 7904-v4-hadoop-2.0.txt Patch from HBASE-7904 where hadoop-2.0 is the default profile > Enhance test-patch.sh so that patch can specify hadoop-2.0 as the default profile > --------------------------------------------------------------------------------- > > Key: HBASE-8059 > URL: https://issues.apache.org/jira/browse/HBASE-8059 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Fix For: 0.98.0 > > Attachments: 7904-v4-hadoop-2.0.txt > > > Over in HBASE-7904, I produced a patch which uses hadoop-2.0 as the default profile. > However, when QA tries to validate compilation against hadoop-2.0: > {code} > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.hbase:hbase:0.97-SNAPSHOT (/Users/tyu/trunk/pom.xml) has 2 errors > [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:jar with value '${compat.module}' does not match a valid id pattern. @ line 979, column 21 > [ERROR] 'dependencyManagement.dependencies.dependency.artifactId' for org.apache.hbase:${compat.module}:test-jar with value '${compat.module}' does not match a valid id pattern. @ line 984, column 21 > {code} > We should enhance test-patch.sh so that patch with hadoop-2.0 as default profile doesn't go through validation step against hadoop-2.0 > Ideally, the changes in various pom.xml files should be saved as template. User can specify the hadoop profile to test against in the header of patch file. > e.g. > {code} > This patch uses hadoop-2.0 as default profile > Index: hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira