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 037EE10EC1 for ; Thu, 4 Dec 2014 21:13:13 +0000 (UTC) Received: (qmail 16010 invoked by uid 500); 4 Dec 2014 21:13:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15959 invoked by uid 500); 4 Dec 2014 21:13:12 -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 15947 invoked by uid 99); 4 Dec 2014 21:13:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2014 21:13:12 +0000 Date: Thu, 4 Dec 2014 21:13:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12637) Compilation with Hadoop-2.4- is broken 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-12637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234626#comment-14234626 ] Ted Yu commented on HBASE-12637: -------------------------------- Thanks for catching this, Enis. > Compilation with Hadoop-2.4- is broken > --------------------------------------- > > Key: HBASE-12637 > URL: https://issues.apache.org/jira/browse/HBASE-12637 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 1.0.0 > > > HBASE-12554 introduced > {code} > public static class MockMapping extends ScriptBasedMapping { > {code} > which breaks compilation with earlier hadoop versions: > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project hbase-server: Compilation failure: Compilation failure: > [ERROR] /Users/enis/projects/rc-test/hbase-0.99.2/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestBaseLoadBalancer.java:[77,42] error: cannot inherit from final ScriptBasedMapping > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)