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 C901F10843 for ; Tue, 13 Jan 2015 00:14:33 +0000 (UTC) Received: (qmail 36193 invoked by uid 500); 13 Jan 2015 00:14:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36141 invoked by uid 500); 13 Jan 2015 00:14:35 -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 36129 invoked by uid 99); 13 Jan 2015 00:14:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 00:14:35 +0000 Date: Tue, 13 Jan 2015 00:14:35 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12836) Tip of branch 0.98 has some binary incompatibilities with 0.98.0 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-12836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274457#comment-14274457 ] Andrew Purtell commented on HBASE-12836: ---------------------------------------- Only AccessControlClient changes? Looks like we decided to live with Encryptor interface changes but what about CopyTable as mentioned in issue description? > Tip of branch 0.98 has some binary incompatibilities with 0.98.0 > ---------------------------------------------------------------- > > Key: HBASE-12836 > URL: https://issues.apache.org/jira/browse/HBASE-12836 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.10 > Reporter: Dima Spivak > Attachments: HBASE-12836.patch, HBASE-12836_v2.patch > > > In working on HBASE-12808, I ran a scan between the 0.98.0 tag and the tip of branch 0.98 and found a handful of binary incompatibilities that are probably worth addressing: > - org.apache.hadoop.hbase.security.access.AccessControlClient.grant and org.apache.hadoop.hbase.security.access.AccessControlClient.revoke had their return types and parameter lists changed in HBASE-12161. cc: [~srikanth235] and [~mbertozzi]. > - org.apache.hadoop.hbase.mapreduce.CopyTable.createSubmittableJob is no longer static and its parameter list changed in HBASE-11997. cc: [~daviddengcn] and [~tedyu]. > - getBlockSize was added to the org.apache.hadoop.hbase.io.crypto.Encryptor interface in HBASE-11446, which may lead to an AbstractMethodError exception in a 0.98.0 client that doesn't have this implemented. I suspect this one is worth living with? cc: [~apurtell]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)