Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 87106 invoked from network); 23 Nov 2010 06:45:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Nov 2010 06:45:03 -0000 Received: (qmail 33250 invoked by uid 500); 23 Nov 2010 06:45:35 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 33145 invoked by uid 500); 23 Nov 2010 06:45:35 -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 33137 invoked by uid 99); 23 Nov 2010 06:45:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 06:45:34 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Nov 2010 06:45:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAN6jDKx029864 for ; Tue, 23 Nov 2010 06:45:14 GMT Message-ID: <9654470.253991290494713789.JavaMail.jira@thor> Date: Tue, 23 Nov 2010 01:45:13 -0500 (EST) From: "Vinay Kumar Thota (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2053) [Herriot] Test Gridmix file pool for different input file sizes based on pool minimum size. 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/MAPREDUCE-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinay Kumar Thota updated MAPREDUCE-2053: ----------------------------------------- Attachment: MAPREDUCE-2053.patch added imported statements of system test specific classes. > [Herriot] Test Gridmix file pool for different input file sizes based on pool minimum size. > ------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-2053 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2053 > Project: Hadoop Map/Reduce > Issue Type: Task > Components: contrib/gridmix > Reporter: Vinay Kumar Thota > Assignee: Vinay Kumar Thota > Attachments: 2053-ydist.patch, MAPREDUCE-2053.patch, MAPREDUCE-2053.patch, ydist-2053.patch > > > Scenario: > 1. Generate 1.8G data with Gridmix data generator, such that the files can create under different folders inside the given input directory and also create the files directly in the given input directory with the following sizes {50 MB,100 MB,400 MB, 50 MB,300 MB,10 MB ,60 MB,40 MB,20 MB,10 MB,500 MB}. > 2.Set the FilePool minimum size is 100 MB. > 3. Verify the files count and sizes after excluding the files that are less than file pool minimum size.Also make sure, whether files are collected recursively from the different locations under input folder or not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.