Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
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

Re: Batch method

2013-10-02 Thread 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ín Mogrovejo < renatoj.marroq...@gmail.com> wrote: > Hi all, > > I am using the batch method[1] and it states that I will get an array of > objects contai

Re: Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
l.com> 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 >

Re: Batch method

2013-10-02 Thread Ted Yu
ejo < > > renatoj.marroq...@gmail.com> 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 > >

Re: Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
gt; > > > 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ín Mogrovejo <

Re: Batch method

2013-10-02 Thread Ted Yu
ions. Is this possible? > > > > > > > > > Renato M. > > > > > > > > > 2013/10/2 Ted Yu > > > > > > > Looks like this is related: > > > > HBASE-8112 Deprecate HTable#batch(final List) > > > > > >

Re: Batch method

2013-10-02 Thread lars hofhansl
Exception (i.e. you catch it and ignore it) the returned array has the results at the same position as the passed List. -- Lars From: Renato Marroquín Mogrovejo To: user@hbase.apache.org Sent: Wednesday, October 2, 2013 4:15 PM Subject: Re: Batch method

Re: Batch method

2013-10-03 Thread Renato Marroquín Mogrovejo
ich operation failed within > a > > > > batch of operations. Is this possible? > > > > > > > > > > > > Renato M. > > > > > > > > > > > > 2013/10/2 Ted Yu > > > > > > > > > Looks like this is related:

Re: Batch method

2013-10-03 Thread Ted Yu
y 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 p

Re: Batch method

2013-10-03 Thread Renato Marroquín Mogrovejo
; To: user@hbase.apache.org > Sent: Wednesday, October 2, 2013 4:15 PM > Subject: Re: Batch method > > > Yeah, I am using such method, but if I get a null in the Objects array, how > do I know which operation failed? > > > > 2013/10/2 Ted Yu > > > How about thi

Re: Batch method

2013-10-03 Thread Renato Marroquín Mogrovejo
; > > > > 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 >