Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-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 183A66BC1 for ; Sun, 22 May 2011 20:42:11 +0000 (UTC) Received: (qmail 92899 invoked by uid 500); 22 May 2011 20:42:10 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 92858 invoked by uid 500); 22 May 2011 20:42:10 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 92849 invoked by uid 99); 22 May 2011 20:42:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 20:42:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jake.mannix@gmail.com designates 209.85.213.42 as permitted sender) Received: from [209.85.213.42] (HELO mail-yw0-f42.google.com) (209.85.213.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 20:42:04 +0000 Received: by ywh1 with SMTP id 1so3461314ywh.1 for ; Sun, 22 May 2011 13:41:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=2gH1vMY7qhFcYCxaCPMCFi5eFDdqVZxZt313EjqLjrw=; b=AnUv4y6XjYukd3myHwFyQxD6FMrC+TwFtbaFZe/R8TQNU2tlo6kMnW6HnIW9pGXQvL fdrxjPgN5Xv4IuSWwppZRY4/shJTqfVGbtPTYn3oe0x8UQlSgR6Uucd2PUIjjgxT7H+U FBh6ZGhvihrgIXTdsah0eDOj3s71jEuW/ojOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=tUJrLJqamGSkxUjJfVO3ZVYEk7NDcc6p8vjj0ImXpbMAFmmPftvVEU+0Kz4mSNkOUs xjrogNtxhtKBjs6bkxD4Pp0Gkgv0SbD0zGZCXqzHE2KBS8norXr2qoSZc3pjroZ2RrmA +wc1KrxBswlIQsO+pm7GhYt8LW0pUARHg5cZQ= Received: by 10.236.144.196 with SMTP id n44mr1948681yhj.142.1306096903187; Sun, 22 May 2011 13:41:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.108.6 with HTTP; Sun, 22 May 2011 13:41:22 -0700 (PDT) In-Reply-To: References: <22899832.226481288819585141.JavaMail.jira@thor> <1509164319.32996.1305971567849.JavaMail.tomcat@hel.zones.apache.org> <5532208F-13E8-4CA1-8E8B-FC98D9C07F10@apache.org> <4DD96214.8020801@gatech.edu> From: Jake Mannix Date: Sun, 22 May 2011 13:41:22 -0700 Message-ID: Subject: Re: [jira] [Commented] (MAHOUT-537) Bring DistributedRowMatrix into compliance with Hadoop 0.20.2 To: dev@mahout.apache.org Content-Type: multipart/alternative; boundary=20cf303dd266f4ecce04a3e361c4 --20cf303dd266f4ecce04a3e361c4 Content-Type: text/plain; charset=ISO-8859-1 On Sun, May 22, 2011 at 12:35 PM, Sean Owen wrote: > I think you'll have to push that for 1.0 for now then; 0.20.x doesn't > have map-side joins. Yes that is a blocker for what you're trying to > do and what Sebastian is trying to do for recommendations. I've > already reimplemented recommenders separately with these things and it > simplifies and speeds up the pipeline. > Wait, are you saying that we should force things like matrix multiplication to become a 3-job process, instead of the current 1-job process? I thought we've already discussed and decided that moving to 0.20 APIs where possible should be done, but where it removes functionality and efficiency, we would allow the old API? -jake --20cf303dd266f4ecce04a3e361c4--