accumulo
accumulo copied to clipboard
ScanServer follow-on: MapReduce API
I attempted to update the Accumulo M/R code to allow for eventual consistency to be configured for the M/R api, and updated the ContinuousVerify code to take advantage of this in https://github.com/dlmarion/accumulo-testing/tree/ci-verify-consistency-level, but the ContinuousVerify Mapper is still performgin scans against the TabletServer.
https://github.com/dlmarion/accumulo/pull/28 was merged into #2665 to resolve this.