Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 73391 invoked from network); 6 Oct 2009 05:23:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 05:23:55 -0000 Received: (qmail 20957 invoked by uid 500); 6 Oct 2009 05:23:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 20885 invoked by uid 500); 6 Oct 2009 05:23:55 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 20871 invoked by uid 99); 6 Oct 2009 05:23:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 05:23:55 +0000 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; Tue, 06 Oct 2009 05:23:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A80C234C03A for ; Mon, 5 Oct 2009 22:23:31 -0700 (PDT) Message-ID: <41660047.1254806611297.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 22:23:31 -0700 (PDT) From: "Chris Douglas (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1061) Gridmix unit test should validate input/output bytes In-Reply-To: <526311071.1254806371288.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated MAPREDUCE-1061: ------------------------------------- Attachment: 1061-0.patch Verifies that input/output bytes are within 32k, records within 5 for each task (spec bytes for reduce tasks currently introduce extra intermediate data) > Gridmix unit test should validate input/output bytes > ---------------------------------------------------- > > Key: MAPREDUCE-1061 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1061 > Project: Hadoop Map/Reduce > Issue Type: Test > Affects Versions: 0.21.0 > Reporter: Chris Douglas > Fix For: 0.21.0 > > Attachments: 1061-0.patch > > > TestGridmixSubmission currently verifies only that the correct number of jobs have been run. The test should validate the I/O parameters it claims to satisfy. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.