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)
