Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 78362 invoked from network); 5 Mar 2011 07:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Mar 2011 07:46:08 -0000 Received: (qmail 1444 invoked by uid 500); 5 Mar 2011 07:46:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 1401 invoked by uid 500); 5 Mar 2011 07:46:08 -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 1383 invoked by uid 99); 5 Mar 2011 07:46:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 07:46:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Mar 2011 07:46:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2171E56414 for ; Sat, 5 Mar 2011 07:45:46 +0000 (UTC) Date: Sat, 5 Mar 2011 07:45:46 +0000 (UTC) From: "Lianhui Wang (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1106148930.735.1299311146133.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (MAPREDUCE-279) Map-Reduce 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-279?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 3002947#comment-13002947 ]=20 Lianhui Wang commented on MAPREDUCE-279: ---------------------------------------- i think that the MR2.0 may resolve the thing: JT doesnot monitor the status of the every job and tasks,because many TT mu= st RPC to the one JT every few seconds. and many clients get the job's status through rpc the one JT every few seco= nds. so the majority nodes of the cluster connect to the JT discontinuously,that= lead to degrade the performance of the JT.especially the number of cluster= increase,example 10K. like hdfs's Federation Branch=EF=BC=8C the MR project must create a new bra= nch for the 2.0.=20 > Map-Reduce 2.0 > -------------- > > Key: MAPREDUCE-279 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-279 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: jobtracker, tasktracker > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Fix For: 0.23.0 > > > Re-factor MapReduce into a generic resource scheduler and a per-job, user= -defined component that manages the application execution.=20 --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira