Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 1937 invoked from network); 12 Oct 2007 12:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2007 12:52:03 -0000 Received: (qmail 8826 invoked by uid 500); 12 Oct 2007 12:51:49 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 8767 invoked by uid 500); 12 Oct 2007 12:51:49 -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 8741 invoked by uid 99); 12 Oct 2007 12:51:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 05:51:49 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mudgal.shailendra@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2007 12:51:53 +0000 Received: by rv-out-0910.google.com with SMTP id k20so684050rvb for ; Fri, 12 Oct 2007 05:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=WDAmxD5k3Xc8K8lQtiw5X8/Kk3gInlWJCNM4EhOOta4=; b=CTj9Te3gPjw4uMp/qsY63cVyPAXHxM8lNqaRc/gmEA1IqJj7fbKYr6gpMq7BwRdtT9I3qiAXB+aFbexDZFBL1HbOYQzTVv20IhldOyAgS55iu3V8UpOtXyPeBNHaf7T0qtKRWTzG4rdOV6BhKKcCzsnIcJTmhXdlY2bNKxhS48g= 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=FGplFtoA7GeMijT7ArA3ix+gW47mPODZ4ulE+4F8lk0dXbFsoSEUwAZPjIlOmXl54FQljWA2bGhZ1CST/u58n8l+pxmJeHtRL88gDNPkBDB9JvR5P8J8fOzIn1dw+kg+d2GX94lJwUZ44CaTOVG0aZ6IQ0zsmaAW4KOkqqETjgY= Received: by 10.141.203.7 with SMTP id f7mr166595rvq.1192193492422; Fri, 12 Oct 2007 05:51:32 -0700 (PDT) Received: by 10.141.52.4 with HTTP; Fri, 12 Oct 2007 05:51:32 -0700 (PDT) Message-ID: Date: Fri, 12 Oct 2007 18:21:32 +0530 From: "Shailendra Mudgal" To: hadoop-user@lucene.apache.org Subject: How to get input path in map method MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32794_5284555.1192193492407" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32794_5284555.1192193492407 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I am adding two input dir in a job. Both the input dirs have same . Inside the map method i want to know that which pair has come from which input dir. How can i do this ? Any help will be appreciated.. Regards, Shaile ------=_Part_32794_5284555.1192193492407--