Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 77572 invoked from network); 4 Aug 2010 22:24:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Aug 2010 22:24:41 -0000 Received: (qmail 76348 invoked by uid 500); 4 Aug 2010 22:24:41 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 76299 invoked by uid 500); 4 Aug 2010 22:24:40 -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 76291 invoked by uid 99); 4 Aug 2010 22:24:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 22:24:40 +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; Wed, 04 Aug 2010 22:24:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o74MOJfT019970 for ; Wed, 4 Aug 2010 22:24:19 GMT Message-ID: <21848138.168131280960659706.JavaMail.jira@thor> Date: Wed, 4 Aug 2010 18:24:19 -0400 (EDT) From: "Hong Tang (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1253) Making Mumak work with Capacity-Scheduler In-Reply-To: <1023403449.1259630484817.JavaMail.jira@brutus> 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-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hong Tang updated MAPREDUCE-1253: --------------------------------- Status: Open (was: Patch Available) > Making Mumak work with Capacity-Scheduler > ----------------------------------------- > > Key: MAPREDUCE-1253 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1253 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/mumak > Affects Versions: 0.21.0, 0.22.0 > Reporter: Anirban Dasgupta > Assignee: Anirban Dasgupta > Attachments: MAPREDUCE-1253-20100406.patch, MAPREDUCE-1253-20100726-2.patch > > Original Estimate: 672h > Remaining Estimate: 672h > > In order to make the capacity-scheduler work in the mumak simulation environment, we have to replace the job-initialization threads of the capacity scheduler with classes that perform event-based initialization. We propose to use aspectj to disable the threads of the JobInitializationPoller class used by the Capacity Scheduler, and then perform the corresponding initialization tasks through a simulation job-initialization class that receives periodic wake-up calls from the simulator engine. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.