Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 40796 invoked from network); 26 Nov 2010 04:04:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Nov 2010 04:04:40 -0000 Received: (qmail 8379 invoked by uid 500); 26 Nov 2010 04:04:40 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 8265 invoked by uid 500); 26 Nov 2010 04:04:39 -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 8257 invoked by uid 99); 26 Nov 2010 04:04:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 04:04:39 +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; Fri, 26 Nov 2010 04:04:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAQ44Ekp009828 for ; Fri, 26 Nov 2010 04:04:14 GMT Message-ID: <32164638.320041290744254758.JavaMail.jira@thor> Date: Thu, 25 Nov 2010 23:04:14 -0500 (EST) From: "Vinay Kumar Thota (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-2139) Gridmix test for submitting jobs with different traces and runtime options. 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-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinay Kumar Thota updated MAPREDUCE-2139: ----------------------------------------- Description: 1.Generate input data based on cluster size and create the synthetic jobs by using the 7 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = STRESS GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false Input Size = 400 MB * No. of nodes in cluster. TRACE_FILE = 7 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after completion of execution. Make sure the queue should be default queue name. 2. Generate input data based on cluster size and create the synthetic jobs by using the 10 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = RoundRobinUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = SERIAL GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false SLEEPJOB_MAPTASK_ONLY = true GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec Input Size = 250 MB * No. of nodes in cluster. TRACE_FILE = 10 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps and counters etc) after completion of execution. Make sure the reducers should be zero. 3. Generate input data based on cluster size and create the synthetic jobs by using the 12 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = STRESS GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec GRIDMIX_SLEEP_MAX_REDUCE_TIME = 5 sec Input Size = 150 MB * No. of nodes in cluster. TRACE_FILE = 12 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps,reducers and counters etc) after completion of execution. was: 1.Generate input data based on cluster size and create the synthetic jobs by using the 7 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = STRESS GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false Input Size = 400 MB * No. of nodes in cluster. TRACE_FILE = 7 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after completion of execution. Make sure the queue should be default queue name. 2. Generate input data based on cluster size and create the synthetic jobs by using the 10 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = STRESS GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false SLEEPJOB_MAPTASK_ONLY = true GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec Input Size = 250 MB * No. of nodes in cluster. TRACE_FILE = 7 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps and counters etc) after completion of execution. Make sure the reducers should be zero. 3. Generate input data based on cluster size and create the synthetic jobs by using the 12 min folded MR trace and submit the jobs with below arguments. GRIDMIX_JOB_TYPE = SleepJob GRIDMIX_USER_RESOLVER = SubmitterUserResolver GRIDMIX_MIN_FILE = 200 MB GRIDMIX_SUBMISSION_POLICY = STRESS GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec Input Size = 150 MB * No. of nodes in cluster. TRACE_FILE = 12 min folded trace. Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps and counters etc) after completion of execution. Make sure the reducers should be zero. > Gridmix test for submitting jobs with different traces and runtime options. > --------------------------------------------------------------------------- > > Key: MAPREDUCE-2139 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2139 > Project: Hadoop Map/Reduce > Issue Type: Task > Components: test > Reporter: Vinay Kumar Thota > Assignee: Vinay Kumar Thota > Attachments: MAPREDUCE-2139.patch > > > 1.Generate input data based on cluster size and create the synthetic jobs by using the 7 min folded MR trace and submit > the jobs with below arguments. > GRIDMIX_JOB_TYPE = SleepJob > GRIDMIX_USER_RESOLVER = SubmitterUserResolver > GRIDMIX_MIN_FILE = 200 MB > GRIDMIX_SUBMISSION_POLICY = STRESS > GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false > Input Size = 400 MB * No. of nodes in cluster. > TRACE_FILE = 7 min folded trace. > Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps, reducers and counters etc) after > completion of execution. Make sure the queue should be default queue name. > 2. Generate input data based on cluster size and create the synthetic jobs by using the 10 min folded MR trace and > submit the jobs with below arguments. > GRIDMIX_JOB_TYPE = SleepJob > GRIDMIX_USER_RESOLVER = RoundRobinUserResolver > GRIDMIX_MIN_FILE = 200 MB > GRIDMIX_SUBMISSION_POLICY = SERIAL > GRIDMIX_JOB_SUBMISSION_QUEUE_IN_TRACE = false > SLEEPJOB_MAPTASK_ONLY = true > GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec > Input Size = 250 MB * No. of nodes in cluster. > TRACE_FILE = 10 min folded trace. > Verify each job status, summary(QueueName, UserName, StatTime, FinishTime, maps and counters etc) after completion of > execution. Make sure the reducers should be zero. > 3. Generate input data based on cluster size and create the synthetic jobs by using the 12 min folded MR trace and submit the jobs with below arguments. > GRIDMIX_JOB_TYPE = SleepJob > GRIDMIX_USER_RESOLVER = SubmitterUserResolver > GRIDMIX_MIN_FILE = 200 MB > GRIDMIX_SUBMISSION_POLICY = STRESS > GRIDMIX_SLEEP_MAX_MAP_TIME = 10 sec > GRIDMIX_SLEEP_MAX_REDUCE_TIME = 5 sec > Input Size = 150 MB * No. of nodes in cluster. > TRACE_FILE = 12 min folded trace. > Verify each job status, 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.