Can you share a little more about what you are trying to achieve? My first thought would be to try looking at the Conditional Mutations present in 1.6.0 (not yet released) as either a ready implementation our a starting point for your own code. On Apr 25, 2014 10:13 PM, "BlackJack76" <[email protected]> wrote:
> 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. >
