Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 34185C46B for ; Thu, 20 Jun 2013 13:21:05 +0000 (UTC) Received: (qmail 53234 invoked by uid 500); 20 Jun 2013 13:21:02 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 53068 invoked by uid 500); 20 Jun 2013 13:21:02 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 53054 invoked by uid 99); 20 Jun 2013 13:21:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 13:21:01 +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 (nike.apache.org: domain of ericzbeard@gmail.com designates 209.85.216.46 as permitted sender) Received: from [209.85.216.46] (HELO mail-qa0-f46.google.com) (209.85.216.46) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 13:20:54 +0000 Received: by mail-qa0-f46.google.com with SMTP id ih17so1098116qab.12 for ; Thu, 20 Jun 2013 06:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version:x-mailer; bh=q8xxpfLJDYu3lhCLScpi8zZ6tWyL9Riej8sdXb3FZiQ=; b=t4ZIQZx5bRRzsC1RpUkTMdD1srobNC29JpGBBLNBqffk4DLovfssmByzY5fWDfwAyu WKyaEYNZsL42bhm/8Yojmk7QLwQyE5s972Xk2kZ7z4h59BfjifeulQiBIgyohD29v+Kz Jz8ZonJafCBZarbBWBvonktUd7uMauVWk6ACs0POVL4pxjPerhSlWQbbjDQ6q2fhBl8t If+BHzB9ftwN5TnI7LEuah1Y1ssK5edW1f9O82Ou2rFkFARdqDpFENDdCDcM16q8R1O6 RV17CjGDjQbNpytWKFfXNEB3lL9VJzdYEXZTa19ByIYGgtCnAoh6UGDSeQjGGYuhh+nX TJNA== X-Received: by 10.49.94.133 with SMTP id dc5mr284473qeb.71.1371734433343; Thu, 20 Jun 2013 06:20:33 -0700 (PDT) Received: from [10.1.1.40] (mail.loop28.com. [108.9.227.98]) by mx.google.com with ESMTPSA id t18sm703983qam.12.2013.06.20.06.20.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Jun 2013 06:20:32 -0700 (PDT) From: "Eric Z. Beard" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: initTableMapperJob with a List of Scans Message-Id: <790D4711-BC99-4D24-8287-1F11B38F9C68@gmail.com> Date: Thu, 20 Jun 2013 09:20:31 -0400 To: user@hbase.apache.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Hello, With a regular map reduce job using MultipleInputs.addInputPath, you can = specify a different mapper class for each input. With the HBase = initTableMapperJob, each Scan Result gets handled by the same mapper. = How can you tell which table you are dealing with in the mapper? Thanks, Eric Z. Beard=