String base = "target/accumulo-maven-plugin";
String bulkFailures = base + "/testBulkFail_" + dirSuffix;
fs.delete(new Path(base + "/testrf"), true);
fs.mkdirs(new Path(bulkFailures));
Opts opts = new Opts();
opts.timestamp = 1;
opts.random = 56;
opts.rows = N;
opts.instance = c.getInstance().getInstanceName();
opts.cols = 1;