Re: Fwd: Extacting ALL Data using multiple java processes

2016-10-16 Thread Bob Cook
> MapReduce is likely more efficient to do this batch processing (as > MapReduce is a batch processing system). See the AccumuloInputFormat class. > > Bob Cook wrote: > >> All, >> >> I'm new to accumulo and inherited this project to extract all data from >> accumul

Fwd: Extacting ALL Data using multiple java processes

2016-10-15 Thread Bob Cook
All, I'm new to accumulo and inherited this project to extract all data from accumulo (assembled as a "document" by RowID) into another web service. So I started with SimpleReadClient.java to "scan" all data, and built a "document" based on the RowID, ColumnFamily and Value. Sending this