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 57072D256 for ; Wed, 1 Aug 2012 07:13:54 +0000 (UTC) Received: (qmail 32580 invoked by uid 500); 1 Aug 2012 07:13:52 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 32290 invoked by uid 500); 1 Aug 2012 07:13:51 -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 32265 invoked by uid 99); 1 Aug 2012 07:13:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 07:13:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of igals@wix.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 07:13:43 +0000 Received: by vcbfl10 with SMTP id fl10so8017723vcb.14 for ; Wed, 01 Aug 2012 00:13:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=vCcUL2XPnc71u6HeuK1dv4iCp4n9RvgO2rf13Jy0ZvA=; b=GXUSr7sgXpVN4nqOYZ7FxG45x0Jy6Z/mBO9+k57kpWkuf5KeCeIijI2QXiffEmEw/I DCIW/vwpemme8yNaAxCHD0JZB4TdTVKckSDat2i0i3oKPG4sGRU1uBNJtZ3TlCz0t9N8 CSM8LA3n2gHVPgpY1SJ0SHnIL7lMIOk1/HNxCiMGdu+DahkYp9qpD1KewbgMEKJsfaTN KHyJdJsZoUulaG7coONflMLQUDCvncmTAmTELREIw1FuQbyJUd6qpvjxWITcxUPqX4CB jsykKGhJevto9rY29lQU616WdqzE3rHIoQOpoZdMzm9aqBmO2qT5Tik6ueruLfytn9Pt YA0g== Received: by 10.52.21.177 with SMTP id w17mr14103476vde.98.1343805202373; Wed, 01 Aug 2012 00:13:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.236.194 with HTTP; Wed, 1 Aug 2012 00:13:02 -0700 (PDT) In-Reply-To: References: From: Igal Shilman Date: Wed, 1 Aug 2012 10:13:02 +0300 Message-ID: Subject: Re: Null row key To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf307abf67bc1b4204c62f0712 X-Gm-Message-State: ALoCoQk9Y4Mh7G0YtAShOOsvQHZy1F5Sof6DpoYVsbhta325W2FRwLk+OG3p50a4jKlhAoqSPLIH --20cf307abf67bc1b4204c62f0712 Content-Type: text/plain; charset=ISO-8859-1 Hi, If the row for your key, is not present then get() will return an empty Result (a result with no key values in it) you should call result.isEmpty() first. Igal. On Wed, Aug 1, 2012 at 3:20 AM, Mohit Anchlia wrote: > Not sure how but I am getting one null row per 9 writes when I do a GET in > result.getRow(). Is it even possible to write null rows? > > On Tue, Jul 31, 2012 at 4:49 PM, Mohit Anchlia >wrote: > > > HBase 90.4 > > > > > > On Tue, Jul 31, 2012 at 4:18 PM, Michael Segel < > michael_segel@hotmail.com>wrote: > > > >> Which release? > >> > >> > >> On Jul 31, 2012, at 5:13 PM, Mohit Anchlia > >> wrote: > >> > >> > I am seeing null row key and I am wondering how I got the nulls in > >> there. > >> > Is it possible when using HBaseClient that a null row might have got > >> > inserted? > >> > >> > > > --20cf307abf67bc1b4204c62f0712--