Hi all,

as you already know, the AccumuloRowInputFormat is internally using a 
RowIterator for iterating over all the key value pairs of a single row. In 
the past when I was using the RowIterator together with a BatchScanner I 
had the problem of a single row be split into multiple rows due to the 
fact that a BatchScanner can interleave key-value pairs of different rows. 
Should I expect the same behavior when using the AccumuloRowInputFormat 
with a BatchScanner (enabled via setBatchScan)?
Thanks,
Max


Reply via email to