Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50DA3E703 for ; Mon, 11 Feb 2013 11:45:40 +0000 (UTC) Received: (qmail 40934 invoked by uid 500); 11 Feb 2013 11:45:35 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 40409 invoked by uid 500); 11 Feb 2013 11:45:30 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 40382 invoked by uid 99); 11 Feb 2013 11:45:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 11:45:29 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oruchovets@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 11:45:21 +0000 Received: by mail-ie0-f176.google.com with SMTP id k13so7338286iea.7 for ; Mon, 11 Feb 2013 03:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=CR/Dl+AtZE9nTBA8nU3Ao5jQ9OCm2vvMhqJC52eNORc=; b=rM8K87CLzZ5InsIzGAKHRHcAU/c6X9CFAa+p+5sGxK40lJcaERCyDZ0mJyQ2A5irR3 HqZ+m3AuFDLKh/stRcgGCNTEkrkdNzQV0CJu9w4ADD78k6pw4CauwGVUUNclqrZ6G0S+ rJAaF77cixUc8dD/LkiqQA0W8fyclQGhmbkdtmynh5OJCqsPiheYCEiH/8yHJZM9aXZE Vv5rewPRabhm2TEXf1lstBxrkwNQxeARhf1xlu0NJ6yiherta1iQYYWePpqdcTO6firz aAr6rOFieAWL//8F+rOsQE04JvvAqa8bcye/mTZvrIL2fKZQ3dCTjt4iAYaS0k1t7HPv rgVg== MIME-Version: 1.0 X-Received: by 10.50.53.196 with SMTP id d4mr11574972igp.88.1360583100624; Mon, 11 Feb 2013 03:45:00 -0800 (PST) Received: by 10.64.81.168 with HTTP; Mon, 11 Feb 2013 03:45:00 -0800 (PST) Date: Mon, 11 Feb 2013 13:45:00 +0200 Message-ID: Subject: max number of map/reduce per node From: Oleg Ruchovets To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d042fdeb2666fb204d57170a5 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042fdeb2666fb204d57170a5 Content-Type: text/plain; charset=ISO-8859-1 Hi I found that my job runs with such parameters: mapred.tasktracker.map.tasks.maximum 4 mapred.tasktracker.reduce.tasks.maximum 2 I try to change these parameters from my java code Properties properties = new Properties(); properties.put("mapred.tasktracker.map.tasks.maximum" , "8"); properties.put("mapred.tasktracker.reduce.tasks.maximum" , "4"); But executing the job I didn't get updated values of these parameters , it remains: mapred.tasktracker.map.tasks.maximum 4 mapred.tasktracker.reduce.tasks.maximum 2 Should I change the parameters on hadoop XML configuration files? Please advice. --f46d042fdeb2666fb204d57170a5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi
=A0=A0 I found that my job runs with su= ch parameters:
mapred.tasktracker.map.tasks.maximum=A0=A0=A0 4mapred.tasktracker.reduce.tasks.maximum=A0=A0=A0 2
=A0
=A0=A0 I try to change these parameters from my java code
=A0
=A0=A0=A0 Properties properties =3D new Properties();=A0=A0=A0 properties.put("mapred.tasktracker.map.tasks.maximum" = , "8");
=A0=A0=A0=A0properties.put("mapred.tasktra= cker.reduce.tasks.maximum" , "4");
=A0
But executing the job I=A0didn't get updated values = of these parameters , it remains:
=A0
mapred.taskt= racker.map.tasks.maximum 4
mapred.tasktracker.reduce.tasks.maximum = 2
=A0
=A0
Should I change the parameters on hadoop X= ML configuration files?
=A0
=A0
Please advice= .
=A0
=A0
=A0
=A0<= /div>
=A0
=A0
--f46d042fdeb2666fb204d57170a5--