You might be able to do this by using AccumuloInputFormat/AccumuloOutputFormat.setMockInstance instead of setZooKeeperInstance. If you want to see some examples, look for usages of setMockInstance in core/src/test/java/org/apache/accumulo/core/client/mapreduce/.
On Mon, Apr 6, 2015 at 5:59 AM, Vincent Russell <vincent.russ...@gmail.com> wrote: > Does anyone have any suggestions or maybe a solution for getting MapReduce > to work with the MiniMRCluster and MockAccumulo (Maybe some type of > client/server solution with thrift and zookeeper?). I am already using the > MiniDFSCluster and MiniMRCluster and I just don't want to add the > MiniAccumuloCluster to the mix in terms of memory consumption for my > integration tests. > > > Thanks, > Vincent >