Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 27279 invoked from network); 16 Feb 2011 05:23:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 05:23:36 -0000 Received: (qmail 90181 invoked by uid 500); 16 Feb 2011 05:23:34 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 89595 invoked by uid 500); 16 Feb 2011 05:23:28 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 89587 invoked by uid 99); 16 Feb 2011 05:23:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 05:23:27 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of juneng603@gmail.com designates 74.125.83.176 as permitted sender) Received: from [74.125.83.176] (HELO mail-pv0-f176.google.com) (74.125.83.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 05:23:19 +0000 Received: by pvb32 with SMTP id 32so155678pvb.35 for ; Tue, 15 Feb 2011 21:22:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LGK4qV4kNCmXf9qJUvwh1c3L1IuRVIuf5Mh9aMhA+LU=; b=aszsSH2t+hHv5JPwrva9nRkTroGmehigsIhON1i8GUZAgNlvpuqkLr5ICbdRyHvMPS hOjzEHTgvPmoTu4tUyvA8Dor8+vlf6z6njxqkNcC2vwEkBEGda0JhKa/LZhedadhKnjI yFrnyiq4AQMf77PwkABLBH5vaflx6y8lNKnJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=V3zgVv6VjBQ7QdXONZ4bqam7thzav1D9ZRT7QTDRTf4Sou5NvM9m+ymdMDVZYO7nGO eXcwOf/UqDxksLgFDFZCosUyT1N+uNyGe72OJnMxXTrsJQOWSFAQBJjHicvQIV48cofv jQf05Ui3GGW0KqRLlwCJHfvdSfIRkiRrg8lXs= Received: by 10.142.193.20 with SMTP id q20mr153783wff.159.1297833777493; Tue, 15 Feb 2011 21:22:57 -0800 (PST) Received: from [10.66.17.246] ([111.91.139.53]) by mx.google.com with ESMTPS id y42sm6694087wfd.10.2011.02.15.21.22.55 (version=SSLv3 cipher=OTHER); Tue, 15 Feb 2011 21:22:56 -0800 (PST) Message-ID: <4D5B5EDA.2060808@gmail.com> Date: Wed, 16 Feb 2011 14:21:30 +0900 From: Jun Young Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: common-user@hadoop.apache.org Subject: Re: Selecting only few slaves in the cluster References: <6C870DB6C8A84F41898F05D559707F23085B5ED2@008-AM1MPN1-012.mgdnok.nokia.com> In-Reply-To: <6C870DB6C8A84F41898F05D559707F23085B5ED2@008-AM1MPN1-012.mgdnok.nokia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org you can use a fair-scheduler library to use only some parts of nodes you have to run a job. by using max/min map/reduce job counts. here is the documentation you can reference. http://hadoop.apache.org/mapreduce/docs/r0.21.0/fair_scheduler.html Junyoung Kim (juneng603@gmail.com) On 02/16/2011 06:33 AM, praveen.peddi@nokia.com wrote: > Hello all, > We have a 100 node hadoop cluster that is used for multiple purposes. I want to run few mapred jobs and I know 4 to 5 slaves should be enough. Is there anyway to restrict my jobs to use only 4 slaves instead of all 100. I noticed that more the number of slaves more overhead there is. > > Also can I pass in hadoop parameters like mapred.child.java.opts so that the actual child processes gets the specified value for max heap size. I want to set the heap size to 2G instead of going with the default.. > > Thanks > Praveen >