Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 84042 invoked from network); 24 May 2007 00:46:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 00:46:41 -0000 Received: (qmail 92984 invoked by uid 500); 24 May 2007 00:46:45 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 92970 invoked by uid 500); 24 May 2007 00:46:44 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 92961 invoked by uid 99); 24 May 2007 00:46:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 17:46:44 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ghostwhoowalks@gmail.com designates 209.85.134.190 as permitted sender) Received: from [209.85.134.190] (HELO mu-out-0910.google.com) (209.85.134.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 17:46:38 -0700 Received: by mu-out-0910.google.com with SMTP id i10so291236mue for ; Wed, 23 May 2007 17:46:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=uICORcHS1fxHllki4XXOheEJhh4hmrBhclVxgI6LyNUEEr75w0+X1nkBM6vnL1jXeYBSzScJPvc9rrBTugETdOJ5L4s/04MIzrqeQu7O5UzKR5NngB+r9mCe5lea2/akNQSP0D8PKh8Ann87CYI6emVmOHzzy3arjhXNEKF8Ae8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kG5F8gDatYFnwR63t5bXfYWkiN5PfoeE5I0JpDlSqFQOCC4f6CkWg7dDNoEZ5Enmmf35QFFkVAdNSo83sttfJq15mm1dVckW/gLzsEeLvgj0r57jqP9bkdeNRCeWm0iBCDb6x9Df27qu5msJMCFWSeev7GW/vNBJqBhfckYCSD0= Received: by 10.82.169.4 with SMTP id r4mr2206114bue.1179967577536; Wed, 23 May 2007 17:46:17 -0700 (PDT) Received: by 10.82.158.3 with HTTP; Wed, 23 May 2007 17:46:17 -0700 (PDT) Message-ID: <84ad79bb0705231746n442b6405raf191f533824a105@mail.gmail.com> Date: Wed, 23 May 2007 17:46:17 -0700 From: Phantom To: hadoop-user@lucene.apache.org Subject: Distribution of map tasks MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83191_31758499.1179967577509" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_83191_31758499.1179967577509 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi I am trying to run the Word Count sample against a file that is 1.5GB. I have setup Hadoop to run on a cluster of 3 nodes. However I have a reason to beleive that the map tasks are not being distributed to the slaves. How do I check if this is the case and if it is how do I cause the Map tasks to be distributed ? Please advice. Thanks Avinash ------=_Part_83191_31758499.1179967577509--