Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3530E97FE for ; Sun, 6 Nov 2011 15:17:49 +0000 (UTC) Received: (qmail 38097 invoked by uid 500); 6 Nov 2011 15:17:48 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 38038 invoked by uid 500); 6 Nov 2011 15:17:48 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 38030 invoked by uid 99); 6 Nov 2011 15:17:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 15:17:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of praveensripati@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 15:17:40 +0000 Received: by bkar19 with SMTP id r19so4701851bka.35 for ; Sun, 06 Nov 2011 07:17:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=mwqndYnZQyW1cY/fO1mooJuJx+/nDReKeti+kc/jskk=; b=wSiNYQUVlcQxhtd0pgIJHtf8xOWAx5r8MSPO3NHBRxNuiZ8DVe+f69Jsg/VoWAe7L5 Te5Y0HGKc16bOV/DT+J4ev/Nz0KMzpA0f1Z3W8XL1n6Mfd1LAE2cK0g5tGe47NzZqlti XB4FNJWJANIYhDdxX2lyL6MStIOV04hxo/LC0= MIME-Version: 1.0 Received: by 10.204.156.133 with SMTP id x5mr16912085bkw.87.1320592640350; Sun, 06 Nov 2011 07:17:20 -0800 (PST) Received: by 10.204.115.78 with HTTP; Sun, 6 Nov 2011 07:17:20 -0800 (PST) Date: Sun, 6 Nov 2011 20:47:20 +0530 Message-ID: Subject: Different ways of configuring the memory to the TaskTracker child process (Mapper and Reduce Tasks) From: Praveen Sripati To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0015175902a6389ba504b1126fc4 X-Virus-Checked: Checked by ClamAV on apache.org --0015175902a6389ba504b1126fc4 Content-Type: text/plain; charset=ISO-8859-1 Hi, What is the difference between setting the mapred.job.map.memory.mb and mapred.child.java.opts using -Xmx to control the maximum memory used by a Mapper and Reduce task? Which one takes precedence? Thanks, Praveen --0015175902a6389ba504b1126fc4 Content-Type: text/html; charset=ISO-8859-1
Hi,

What is the difference between setting the mapred.job.map.memory.mb and mapred.child.java.opts using -Xmx to control the maximum memory used by a Mapper and Reduce task? Which one takes precedence?

Thanks,
Praveen
--0015175902a6389ba504b1126fc4--