public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) {}
@Before
public void setUp() throws Exception {
MiniAccumuloConfigImpl cfg = new MiniAccumuloConfigImpl(
createTestDir(this.getClass().getName() + "_" + this.testName.getMethodName()), ROOT_PASSWORD);
cfg.setNativeLibPaths(NativeMapIT.nativeMapLocation().getAbsolutePath());
Configuration coreSite = new Configuration(false);
configure(cfg, coreSite);
cfg.setProperty(Property.TSERV_NATIVEMAP_ENABLED, Boolean.TRUE.toString());
configureForEnvironment(cfg, getClass(), createSharedTestDir(this.getClass().getName() + "-ssl"));
cluster = new MiniAccumuloClusterImpl(cfg);
if (coreSite.size() > 0) {
File csFile = new File(cluster.getConfig().getConfDir(), "core-site.xml");
if (csFile.exists())