I am trying to figure out the best way to write to the table from inside the seek method of a class that implements SortedKeyValueIterator. I originally tried to create a BatchWriter and just use that to write data. However, if the tablet moved during a flush then it would hang.
Any other recommendations on how to write back to the table? Thanks! -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Write-to-table-from-Accumulo-iterator-tp9412.html Sent from the Users mailing list archive at Nabble.com.
