Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 77399 invoked from network); 18 Oct 2010 10:41:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 10:41:10 -0000 Received: (qmail 10141 invoked by uid 500); 18 Oct 2010 10:41:10 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 9803 invoked by uid 500); 18 Oct 2010 10:41:08 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 9786 invoked by uid 99); 18 Oct 2010 10:41:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 10:41:07 +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; Mon, 18 Oct 2010 10:41:06 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9IAekhv003543 for ; Mon, 18 Oct 2010 10:40:46 GMT Message-ID: <11495774.19951287398446246.JavaMail.jira@thor> Date: Mon, 18 Oct 2010 06:40:46 -0400 (EDT) From: "Vinay Kumar Thota (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-2138) Gridmix tests with different time interval mr traces (1min, 3min and 5min). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gridmix tests with different time interval mr traces (1min, 3min and 5min). --------------------------------------------------------------------------- Key: MAPREDUCE-2138 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2138 Project: Hadoop Map/Reduce Issue Type: Task Components: test Reporter: Vinay Kumar Thota Assignee: Vinay Kumar Thota 1. Generate input data based on cluster size and create the synthetic jobs by using the 1 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = LoadJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_SUBMISSION_POLICY = STRESS Input Size = 400 MB * No. of nodes in cluster. TRACE_FILE = 1 min folded trace. Verify each job status and summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after completion of execution. 2. Generate input data based on cluster size and create the synthetic jobs by using the 3 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = LoadJob GRIDMIX_USER_RESOLVER = RoundRobinUserResolver GRIDMIX_SUBMISSION_POLICY = Replay Input Size = 200 MB * No. of nodes in cluster. TRACE_FILE = 3 min folded trace. PROXY_USERS = proxy users file path. Verify each job status, submitted user and summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after completion of execution. 3. Generate input data based on cluster size and create the synthetic jobs by using the 5 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = EchoUserResolver GRIDMIX_MIN_FILE = 100 MB GRIDMIX_SUBMISSION_POLICY = Serial Input Size = 300 MB * No. of nodes in cluster. TRACE_FILE = 5 min folded trace. Verify each job status, file size and summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after completion of execution. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.