Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 83568 invoked from network); 28 Oct 2010 21:09:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 21:09:53 -0000 Received: (qmail 7987 invoked by uid 500); 28 Oct 2010 21:09:52 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 7905 invoked by uid 500); 28 Oct 2010 21:09:52 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 7897 invoked by uid 99); 28 Oct 2010 21:09:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 21:09:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shv.hadoop@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 21:09:48 +0000 Received: by pwj9 with SMTP id 9so275114pwj.35 for ; Thu, 28 Oct 2010 14:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Qs41cVsL5FJQ4iRpiWY6HqbhNKFgONIm0LrFdPLRcmc=; b=LO5T5ew+2uDwVu3Et+0sL134Jl3Dt/OiHpQGLnPPAHmERkVmQA9fHbycC6EE+/H4mt 9gDYLZEutzP7fE4QvoQ5/i0KzSTg4CmSbjiCpCLI6JVwa3D8HWewq66TQOeU1JZGUCfJ FaxO2uEtombvARziwKC5YifEHsxSExWln6nJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=edWJDBJwgs7/J+PDN8R+TDU2Nvxt+8tW85VntISO6g8gtWSA+kSMAuN3v1IxZbQu9A ltB4lZxaLt9Fe7BapXxuvv5yjdvN18vKBbwAxLbZBVzkqiuiEebFq5HF9FBJUz6LmWaX 8ff3SBhlyCIlwYnLngdvvwCO55jquCrwEuG0I= MIME-Version: 1.0 Received: by 10.142.156.18 with SMTP id d18mr638272wfe.81.1288300167984; Thu, 28 Oct 2010 14:09:27 -0700 (PDT) Received: by 10.142.105.9 with HTTP; Thu, 28 Oct 2010 14:09:27 -0700 (PDT) In-Reply-To: <1853779061.305079.1288218509357.JavaMail.root@mail2.gatech.edu> References: <784862BE-94DE-4955-ABF2-DFD0120A8DA7@linkedin.com> <1853779061.305079.1288218509357.JavaMail.root@mail2.gatech.edu> Date: Thu, 28 Oct 2010 14:09:27 -0700 Message-ID: Subject: Re: Multi-Master Hadoop Configuration From: Konstantin Shvachko To: common-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=000e0cd309c2e0786b0493b3c103 --000e0cd309c2e0786b0493b3c103 Content-Type: text/plain; charset=ISO-8859-1 Yes. Only one master, called name-node, is managing HDFS, and only one master, called job tracker, is managing MapReduce cluster. You can also read some online documentation, may be even publications. Thanks, --Konstantin On Wed, Oct 27, 2010 at 3:28 PM, Wang, Chengwei wrote: > Thanks for pointing it out! > > Because it did not mentioned how may masters in the practice of 4000 nodes, > is there only one master managing 4000 slaves? > > Thanks > Chengwei > > ----- Original Message ----- > From: "Allen Wittenauer" > To: "" > Sent: Wednesday, October 27, 2010 6:08:10 PM > Subject: Re: Multi-Master Hadoop Configuration > > > On Oct 27, 2010, at 2:55 PM, Wang, Chengwei wrote: > > > Hi All, > > > > I've searched for a while on the possibility to configure multiple > masters to govern large number of slaves, but I barely found any except for > multi-masters for backup in HBase. Is one master enough to support thousands > of slaves? Or in real we just configure separate Hadoop instances in a data > center(I mean independent master-slaves sets on thousands of hosts)? > > > > I really appreciate that someone here could enlighten me on those > questions! > > This is question #3 on the Hadoop FAQ. > > http://wiki.apache.org/hadoop/FAQ#How_well_does_Hadoop_scale.3F > --000e0cd309c2e0786b0493b3c103--