Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 86522 invoked from network); 27 Nov 2007 09:48:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 09:48:04 -0000 Received: (qmail 50075 invoked by uid 500); 27 Nov 2007 09:47:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 50047 invoked by uid 500); 27 Nov 2007 09:47:51 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 50038 invoked by uid 99); 27 Nov 2007 09:47:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 01:47:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 09:47:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45B2271420A for ; Tue, 27 Nov 2007 01:47:43 -0800 (PST) Message-ID: <29166159.1196156863283.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 01:47:43 -0800 (PST) From: "Enis Soztutar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1302) Remove deprecated contrib/abacus code In-Reply-To: <31106599.1177710015293.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HADOOP-1302: ---------------------------------- Attachment: aggregate_v1.patch To avoid abacus code getting in the way, I will remove the abacus code in a few days if no objections. The steps to take : # apply the attached patch the patch moves the example aggregate histogram job to src/examples, fixes a configuration bug in AggregateWordCount so that the job now works, and adds a method to ValueAggregateJob to set the descriptors. # svn mv src/contrib/abacus/examples/pyAbacus/ src/examples/python/ so that python examples are kept # svn del src/contrib/abacus > Remove deprecated contrib/abacus code > ------------------------------------- > > Key: HADOOP-1302 > URL: https://issues.apache.org/jira/browse/HADOOP-1302 > Project: Hadoop > Issue Type: Improvement > Reporter: Doug Cutting > Assignee: Enis Soztutar > Attachments: aggregate_v1.patch > > > With HADOOP-1290, contrib/abacus has moved to the core. So, in the next release, we should completely remove the now-deprecated contrib/abacus code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.