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 9ABE910A0F for ; Fri, 10 Apr 2015 04:51:16 +0000 (UTC) Received: (qmail 47975 invoked by uid 500); 10 Apr 2015 04:51:11 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 47846 invoked by uid 500); 10 Apr 2015 04:51:11 -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 47835 invoked by uid 99); 10 Apr 2015 04:51:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 04:51:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 04:51:05 +0000 Received: by iejt8 with SMTP id t8so8993919iej.2 for ; Thu, 09 Apr 2015 21:50:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=VLeiKsdEU6NBRIWxXxxJdJpVscY2hypEhqJIGyQYJ7I=; b=lTJAHqBHkaDPkAcMLcNg3EUVi3Z14+HhAsH4yEWMWKAAk2dDno1Hd8xSCKNj0y83L+ os2VzVdrtiwJe6fqhswPRTO804JdbInoegSFPx/g56CrgyefjWj2EhSnHLT+bpfeGsVR IsPUTLc7po4mavMbzZD3J9FmMh/dB3NDcFDDPdG/JkQTOqq4xiM+urZDzBsglOmLx6w5 y1DOsiGaOo8lax9TUauqQRAmubNJPsD/7Kvc0ExLDxxLRRpX/Vn0JKiseDAzhUwnnZBf Mbokp0TXAIZ0b1wFDRCjBiqZGhPaVxTIO4ORyZLiYuA0O9tniT4YA0bm0NHvqMyIz7sS LzVw== X-Gm-Message-State: ALoCoQm0HYedGiuh4xu9RcI7omjAawr0J+5lQHbDmj+iCS8xuJXLMg992s99Tp1GWROWYTP5ScTO X-Received: by 10.42.14.131 with SMTP id h3mr1109791ica.7.1428641444844; Thu, 09 Apr 2015 21:50:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.9.144 with HTTP; Thu, 9 Apr 2015 21:50:24 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Fri, 10 Apr 2015 10:20:24 +0530 Message-ID: Subject: Re: Not able to run more than one map task To: "" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You are likely memory/vcore starved in the NM's configs. Increase your yarn.nodemanager.resource.memory-mb and yarn.nodemanager.resource.cpu-vcores configs, or consider lowering the MR job memory request values to gain more parallelism. On Thu, Apr 9, 2015 at 5:05 PM, Amit Kumar wrote: > Hi All, > > We recently started working on Hadoop. We have setup the hadoop in pseduo > distribution mode along with oozie. > > Every developer has set it up on his laptop. The problem is that we are not > able to run more than one map task concurrently on our laptops. Resource > manager is not allowing more than one task on our machine. > > My task gets completed if I submit it without Oozie. Oozie requires one map > task for its own functioning. Actual task that oozie submit does not start. > > Here is my configuration > > -- Hadoop setup in Pseudo distribution mode > -- Hadoop Version - 2.6 > -- Oozie Version - 4.0.1 > > Regards, > Amit -- Harsh J