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 8AE3FDFEF for ; Mon, 22 Oct 2012 15:52:20 +0000 (UTC) Received: (qmail 29245 invoked by uid 500); 22 Oct 2012 15:52:17 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 29188 invoked by uid 500); 22 Oct 2012 15:52:17 -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 29179 invoked by uid 99); 22 Oct 2012 15:52:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 15:52:17 +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 jmozah@gmail.com designates 209.85.220.41 as permitted sender) Received: from [209.85.220.41] (HELO mail-pa0-f41.google.com) (209.85.220.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 15:52:08 +0000 Received: by mail-pa0-f41.google.com with SMTP id fa10so2176360pad.14 for ; Mon, 22 Oct 2012 08:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=HsSGZd8pKYikfrljshqRHswwwAHY/lgjmyxZDQMF6Mg=; b=n+244mPyNIh4OTOecUoAuGeFzNJKmrsCN2eWBNxb7oSBHcFHk2tm/+FhxlV7qg9C+j P7kCqZEwOtIQLtJENMb2DCzeHyKOVu89fUn68gpc0IMmbD4Ee/P3XaxQuiasdJ5V5txz CwFbo7JuOad9Acw+Y4OmW8TqarMxjfM72uGaW85/J4gd4HmD1O/oflEYZRzlagF/ifpE Bt7FkEKSzOxsmOx440VWfXqkHT7N/S6ur5bBMpNMFRd3NyqVT2Bkja1xv0eG452guC7u +NjQJtR6tzwtqwuKyddayyL7UOXJ7c8WQxVAbzuag5S5o75HAGSCXdc+I33vZQke6Z9+ FZBw== Received: by 10.66.72.134 with SMTP id d6mr27144092pav.13.1350921107128; Mon, 22 Oct 2012 08:51:47 -0700 (PDT) Received: from [192.168.0.225] ([203.196.165.100]) by mx.google.com with ESMTPS id nr5sm6123170pbc.20.2012.10.22.08.51.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Oct 2012 08:51:45 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Subject: Re: Scan exception when running MR From: J Mohamed Zahoor In-Reply-To: <72E0C964-156D-4F89-A05E-8A42AB7796F0@gmail.com> Date: Mon, 22 Oct 2012 21:21:42 +0530 Content-Transfer-Encoding: quoted-printable Message-Id: <95EF75ED-9385-4657-B192-C0E1A4833F11@gmail.com> References: <72E0C964-156D-4F89-A05E-8A42AB7796F0@gmail.com> To: "user@hbase.apache.org" X-Mailer: Apple Mail (2.1498) X-Virus-Checked: Checked by ClamAV on apache.org I am using 0.94.1 ./zahoor On 22-Oct-2012, at 9:17 PM, J Mohamed Zahoor wrote: > Hi >=20 > I am facing a scanner exception like this when i run a mr job. > Both the input and output are hbase tables (different tables)=85 > This comes sporadically on some mapper and all other mappers runs = fine.. > Even the failed mapper gets passed in the next attempt. > Any clue on what might be wrong? >=20 > java.lang.NullPointerException > at org.apache.hadoop.hbase.client.Scan.(Scan.java:147) > at = org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.createRecordReader(= TableInputFormatBase.java:123) > at = org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.(MapTask.ja= va:489) > at = org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:731) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:370) > at org.apache.hadoop.mapred.Child$4.run(Child.java:255) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at = org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.= java:1093) > at org.apache.hadoop.mapred.Child.main(Child.java:249) >=20 >=20 > ./zahoor