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 7CD1B1050F for ; Wed, 2 Oct 2013 22:58:14 +0000 (UTC) Received: (qmail 47572 invoked by uid 500); 2 Oct 2013 22:58:12 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 47519 invoked by uid 500); 2 Oct 2013 22:58:12 -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 47511 invoked by uid 99); 2 Oct 2013 22:58:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 22:58:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of renatoj.marroquin@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bk0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 22:58:07 +0000 Received: by mail-bk0-f44.google.com with SMTP id mz10so636037bkb.31 for ; Wed, 02 Oct 2013 15:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0rEG0eTzFHmMSri8FvY3+TBFR7VSW/hlOpGa8YbpE+4=; b=OWs8P3WaJDJNQz78uO3mrpinCX8vw3VcpE+0pCXhwXeGKVtc1B7F1hyiuhsux3J+2D Twf8pPy54ChNbgULn7PPkOowR7nH4FFepzsCe/gB9A9Ls7+ll1b1obgVU2ibherXFFY1 T8D9MDmZn9qSI/Vafb2NNL1dPKAvMKXo0W7hDGfnIopla5FLHsLQsU16UgR13PqMrXuI i42XsNIuG5uHCvsXv9VVOx6JylTaULWNGMP6QBcvCLDDvWNL5idoIvNBzUY5bWFK8djA nD0+aQc1ZU8a63VDvn2xMEC/EOqs5uuIaBSrNjT7RMmylS8W0PKz+mZHGyJdXGp9ImGJ B+NQ== MIME-Version: 1.0 X-Received: by 10.204.69.12 with SMTP id x12mr4470761bki.12.1380754665891; Wed, 02 Oct 2013 15:57:45 -0700 (PDT) Received: by 10.205.9.73 with HTTP; Wed, 2 Oct 2013 15:57:45 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Oct 2013 17:57:45 -0500 Message-ID: Subject: Re: Batch method From: =?ISO-8859-1?Q?Renato_Marroqu=EDn_Mogrovejo?= To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a1132ec90622c2004e7c9ff0a X-Virus-Checked: Checked by ClamAV on apache.org --001a1132ec90622c2004e7c9ff0a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Ted, Thank you very much for answering! But I don't think HBASE-8112 is related to my question. I saw that the signature of the method changed in order to retrieve partial results. I am using HBase 0.94.10 so does this version will work like this? And anyway, my problem is to determine which operation failed within a batch of operations. Is this possible? Renato M. 2013/10/2 Ted Yu > Looks like this is related: > HBASE-8112 Deprecate HTable#batch(final List) > > > On Wed, Oct 2, 2013 at 3:35 PM, Renato Marroqu=EDn Mogrovejo < > renatoj.marroquin@gmail.com> wrote: > > > Hi all, > > > > I am using the batch method[1] and it states that I will get an array o= f > > objects containing possibly null values. So my question is if there is = a > > way on knowing which operation was the one that failed from this null > > value? Or any other way in which I could check for the failing operatio= n? > > Thanks in advance. > > > > > > Renato M. > > > > [1] > > > > > http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.htm= l#batch(java.util.List) > > > --001a1132ec90622c2004e7c9ff0a--