if (LumifyTestClusterConfigurationLoader.isTestServer()) {
FormatLumify.deleteElasticSearchIndex(config);
ZooKeeperInstance zooKeeperInstance = new ZooKeeperInstance(config.getProperty("bigtable.accumulo.instanceName"), config.getProperty("bigtable.accumulo.zookeeperServerNames"));
Connector connector = zooKeeperInstance.getConnector(config.getProperty("bigtable.accumulo.username"), new PasswordToken(config.getProperty("bigtable.accumulo.password")));
ModelSession modelSession = new AccumuloSession(connector, true);
ModelUserContext modelUserContext = modelSession.createModelUserContext(LumifyVisibility.SUPER_USER_VISIBILITY_STRING);
SystemUser user = new SystemUser(modelUserContext);
ModelUtil.deleteTables(modelSession, user);
ModelUtil.initializeTables(modelSession, user);
} else {
setupHdfsFiles();