Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 69013 invoked from network); 31 Mar 2010 16:31:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Mar 2010 16:31:49 -0000 Received: (qmail 42811 invoked by uid 500); 31 Mar 2010 16:31:48 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 42777 invoked by uid 500); 31 Mar 2010 16:31:48 -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 42765 invoked by uid 99); 31 Mar 2010 16:31:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Mar 2010 16:31:48 +0000 X-ASF-Spam-Status: No, hits=-1184.3 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 31 Mar 2010 16:31:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C655234C4BE for ; Wed, 31 Mar 2010 16:31:27 +0000 (UTC) Message-ID: <371909143.607071270053087574.JavaMail.jira@brutus.apache.org> Date: Wed, 31 Mar 2010 16:31:27 +0000 (UTC) From: "Sean Owen (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Commented: (MAHOUT-350) add one "JobName" and reduceNumber parameter to org.apache.mahout.cf.taste.hadoop.item.RecommenderJob In-Reply-To: <1068296769.551761269876987253.JavaMail.jira@brutus.apache.org> 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/MAHOUT-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851931#action_12851931 ] Sean Owen commented on MAHOUT-350: ---------------------------------- Hmm, I don't understand that. AbstractJob.class and ItemIDIndexMapper.class are in the same .jar file. There is only one .jar, with both, so both ought to end up selecting the same .jar file. I'd rather specify the Mapper class instead just because maybe someday someone subclasses AbstractJob, puts the implementation in a different jar, and then this line won't work. I can set it to AbstractJob.class for now... but still think there's something wrong here. About the other arguemnts, yes, I agree there should be an option. I was looking to see how Hadoop accepts arguments like "-Dmapred...." on the command line. I can't find it parsing these anywhere. So I don't know this exists. So I can now start adding custom parameters for things like this. > add one "JobName" and reduceNumber parameter to org.apache.mahout.cf.taste.hadoop.item.RecommenderJob > ------------------------------------------------------------------------------------------------------ > > Key: MAHOUT-350 > URL: https://issues.apache.org/jira/browse/MAHOUT-350 > Project: Mahout > Issue Type: Improvement > Components: Collaborative Filtering > Affects Versions: 0.4 > Reporter: Hui Wen Han > Priority: Minor > Attachments: screenshot-1.jpg > > > Can add one "JobName" parameter to org.apache.mahout.cf.taste.hadoop.item.RecommenderJob? > if there's a lot of RecommenderJob,it's hard to distinguish those jobs. > also RecommenderJob has four sub jobs (or phase ) ,can add sub-job name to those phase ? > Because RecommenderJob has not setNumReduceTasks ,it seems that the performance is not good in reduce phase. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.