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 5E38018AC2 for ; Mon, 18 Jan 2016 21:01:40 +0000 (UTC) Received: (qmail 45434 invoked by uid 500); 18 Jan 2016 21:01:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 45343 invoked by uid 500); 18 Jan 2016 21:01:40 -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 45204 invoked by uid 99); 18 Jan 2016 21:01:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 21:01:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D22592C1F5B for ; Mon, 18 Jan 2016 21:01:39 +0000 (UTC) Date: Mon, 18 Jan 2016 21:01:39 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15092) HBase personality should order modules correctly 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-15092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105828#comment-15105828 ] Ted Yu commented on HBASE-15092: -------------------------------- YETUS-280 has alleviated the dependency ordering issue. > HBase personality should order modules correctly > ------------------------------------------------ > > Key: HBASE-15092 > URL: https://issues.apache.org/jira/browse/HBASE-15092 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Ted Yu > > See the thread on dev@yetus, 'determining cause for compilation error'. > In HBASE-15075, I modify class SplitNormalizationPlan.java in hbase-server module which calls the following new method added to Admin.java (in hbase-client module): > {code} > + void splitRegion(final byte[] regionName, final byte[] splitPoint, final UUID id) > {code} > Incorrect order of building the modules led to the following compilation error: > {code} > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /testptch/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SplitNormalizationPlan.java:[95,12] no suitable method found for splitRegion(byte[],byte[],java.util.UUID) > method org.apache.hadoop.hbase.client.Admin.splitRegion(byte[]) is not applicable > (actual and formal argument lists differ in length) > method org.apache.hadoop.hbase.client.Admin.splitRegion(byte[],byte[]) is not applicable > (actual and formal argument lists differ in length) > {code} > HBase personality should order the modules according to the Maven dependencies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)