Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F4CA9E1D for ; Fri, 4 May 2012 03:11:46 +0000 (UTC) Received: (qmail 7276 invoked by uid 500); 4 May 2012 03:11:45 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 6882 invoked by uid 500); 4 May 2012 03:11:44 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 6793 invoked by uid 99); 4 May 2012 03:11:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 03:11:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 03:11:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4EF8642FEC8 for ; Fri, 4 May 2012 03:11:20 +0000 (UTC) Date: Fri, 4 May 2012 03:11:20 +0000 (UTC) From: "Josh Elser (JIRA)" To: dev@accumulo.apache.org Message-ID: <176975152.25339.1336101080430.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <278682572.31085.1332988284971.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (ACCUMULO-502) Document what replaces the deprecated PerColumnIteratorConfig class. 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-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-502: -------------------------------- Attachment: ACCUMULO-502-PerColumnIteratorConfig-javadoc Add javadoc to reference replacement Column class in IteratorSetting and the SetColumns method on the Combiner class. > Document what replaces the deprecated PerColumnIteratorConfig class. > -------------------------------------------------------------------- > > Key: ACCUMULO-502 > URL: https://issues.apache.org/jira/browse/ACCUMULO-502 > Project: Accumulo > Issue Type: Improvement > Affects Versions: 1.4.1 > Reporter: David Medinets > Priority: Minor > Fix For: 1.4.1 > > Attachments: ACCUMULO-502-PerColumnIteratorConfig-javadoc > > > I pulled a new copy of trunk and noticed that a deprecated class is being used. I tried some code spelunking: > $ svn -v blame core/src/main/java/org/apache/accumulo/core/iterators/conf/PerColumnIteratorConfig.java > 1178655 kturner 2011-10-03 20:46:07 -0400 (Mon, 03 Oct 2011) * @deprecated since 1.4 > $ svn log -r 1178656:1178654 > r1178655 | kturner | 2011-10-03 20:46:07 -0400 (Mon, 03 Oct 2011) | 1 line > ACCUMULO-1 initial checkin of source code > What should be used in place of PerColumnIteratorConfig? Can that information be added to the PerColumnIteratorConfig.java file? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira