Re: Data Replication

2016-10-15 Thread Yamini Joshi
So HDFS is for durability while replication is for availability? I'm assuming that the client is unaware of the replicated instance and queries the DB with no knowledge of which instance/table will return the result. Best regards, Yamini Joshi On Thu, Oct 13, 2016 at 11:46 AM, Josh Elser

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