Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 24174 invoked from network); 20 Nov 2007 23:17:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 23:17:05 -0000 Received: (qmail 18782 invoked by uid 500); 20 Nov 2007 23:16:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 18748 invoked by uid 500); 20 Nov 2007 23:16: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 18739 invoked by uid 99); 20 Nov 2007 23:16:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 15:16: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, 20 Nov 2007 23:16:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C3D6714233 for ; Tue, 20 Nov 2007 15:16:43 -0800 (PST) Message-ID: <19887579.1195600603375.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 15:16:43 -0800 (PST) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2233) General example for modeling m/r load in Java In-Reply-To: <18616040.1195515283257.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-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544113 ] Hadoop QA commented on HADOOP-2233: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12369900/2233-1.patch against trunk revision r596495. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1130/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1130/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1130/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1130/console This message is automatically generated. > General example for modeling m/r load in Java > --------------------------------------------- > > Key: HADOOP-2233 > URL: https://issues.apache.org/jira/browse/HADOOP-2233 > Project: Hadoop > Issue Type: Improvement > Components: examples > Reporter: Chris Douglas > Assignee: Chris Douglas > Priority: Minor > Fix For: 0.16.0 > > Attachments: 2233-0.patch, 2233-1.patch > > > This matches the hadoop.sort.(map|reduce).keep.percent interface in HADOOP-2127 and includes an "indirect" sort matching some user apps (when locality information is unavailable). It mostly, merely merges parts of the RandomWriter and Sort examples to effect sample loads in map/reduce. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.