Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@locus.apache.org Received: (qmail 53598 invoked from network); 30 Nov 2008 03:15:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2008 03:15:09 -0000 Received: (qmail 86301 invoked by uid 500); 30 Nov 2008 03:15:18 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 86234 invoked by uid 500); 30 Nov 2008 03:15:18 -0000 Mailing-List: contact mahout-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-dev@lucene.apache.org Received: (qmail 86028 invoked by uid 99); 30 Nov 2008 03:15:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 19:15:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2008 03:13:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 432CD234C2A7 for ; Sat, 29 Nov 2008 19:14:44 -0800 (PST) Message-ID: <8102207.1228014884274.JavaMail.jira@brutus> Date: Sat, 29 Nov 2008 19:14:44 -0800 (PST) From: "Grant Ingersoll (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Commented: (MAHOUT-79) Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks In-Reply-To: <1524118646.1222835744476.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/MAHOUT-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651782#action_12651782 ] Grant Ingersoll commented on MAHOUT-79: --------------------------------------- I found it from an older patch. Just let me know if you changed it at all. > Improving the speed of Fuzzy K-Means by optimizing data transfer between map and reduce tasks > --------------------------------------------------------------------------------------------- > > Key: MAHOUT-79 > URL: https://issues.apache.org/jira/browse/MAHOUT-79 > Project: Mahout > Issue Type: Improvement > Components: Clustering > Reporter: Pallavi Palleti > Assignee: Grant Ingersoll > Fix For: 0.1 > > Attachments: FUZZY-79.patch, FUZZY-79.patch, FUZZY-79.patch, FUZZY-79.patch, FUZZY-79.patch, FUZZY.patch > > > Improve the speed of fuzzy k-Means by passing only the cluster-id info as key output of mapper task and reading the cluster information in reducer task where this info is needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.