How about this method ? http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#batch(java.util.List, java.lang.Object[])
On Wed, Oct 2, 2013 at 3:57 PM, Renato Marroquín Mogrovejo < [email protected]> wrote: > 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 <[email protected]> > > > Looks like this is related: > > HBASE-8112 Deprecate HTable#batch(final List<? extends Row>) > > > > > > On Wed, Oct 2, 2013 at 3:35 PM, Renato Marroquín Mogrovejo < > > [email protected]> wrote: > > > > > Hi all, > > > > > > I am using the batch method[1] and it states that I will get an array > of > > > 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 > operation? > > > Thanks in advance. > > > > > > > > > Renato M. > > > > > > [1] > > > > > > > > > http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HTable.html#batch(java.util.List) > > > > > >
