Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C94A1118B for ; Fri, 11 Apr 2014 21:48:28 +0000 (UTC) Received: (qmail 39082 invoked by uid 500); 11 Apr 2014 21:48:20 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 38997 invoked by uid 500); 11 Apr 2014 21:48:18 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 38955 invoked by uid 99); 11 Apr 2014 21:48:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 21:48:17 +0000 Date: Fri, 11 Apr 2014 21:48:17 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2659) Incompatible API changes in 1.6.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/ACCUMULO-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967143#comment-13967143 ] ASF subversion and git services commented on ACCUMULO-2659: ----------------------------------------------------------- Commit 019edb1614008485f523deecaef88c7455e1e404 in accumulo's branch refs/heads/master from [~elserj] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=019edb1 ] ACCUMULO-2659 Fall back to the configuration when the iterator setting aren't in the split > Incompatible API changes in 1.6.0 > --------------------------------- > > Key: ACCUMULO-2659 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2659 > Project: Accumulo > Issue Type: Bug > Reporter: Keith Turner > Assignee: Christopher Tubbs > Priority: Blocker > Fix For: 1.6.0 > > > While examining API changes for 1.6.0 I noticed some non-deprecated methods were removed. I am not sure how important these are, but technically these methods are in the public API. Opening this issue to document what I found. > I compared 1.6.0 to 1.5.0. > In ACCUMULO-1674 the following methods were removed > {noformat} > package org.apache.accumulo.core.client.mapreduce.lib.util > ConfiguratorBase.getToken ( Class, Configuration ) [static] : byte[ ] > ConfiguratorBase.getTokenClass ( Class ,Configuration) [static] : String > {noformat} > In ACCUMULO-391 the following method was removed > {noformat} > package org.apache.accumulo.core.client.mapreduce.lib.util > InputConfigurator.getTabletLocator ( Class, Configuration ) [static] : TabletLocator > {noformat} > In ACCUMULO-391 the following method was removed and not properly fixed in ACCUMULO-2586 > {noformat} > accumulo-core.jar, RangeInputSplit.class > package org.apache.accumulo.core.client.mapred > InputFormatBase.RangeInputSplit.InputFormatBase.RangeInputSplit ( String table, Range range, String[ ] locations ) > package org.apache.accumulo.core.client.mapreduce > InputFormatBase.RangeInputSplit.InputFormatBase.RangeInputSplit ( String table, Range range, String[ ] locations ) > {noformat} > It seems like the following were removed in ACCUMULO-1854 > {noformat} > package org.apache.accumulo.core.client.mapred > InputFormatBase.RecordReaderBase package org.apache.accumulo.core.client.mapreduce > InputFormatBase.RecordReaderBase {noformat} > In ACCUMULO-1018 the following method was removed > {noformat} > package org.apache.accumulo.core.client > MutationsRejectedException.MutationsRejectedException ( List, HashMap, Set, Collection, int cause, Throwable cvsList ) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)