// make a tmp dir and copy cassandra.yaml and log4j.properties to it
copy("/log4j.properties", TMP);
copy(yamlFile, TMP);
System.setProperty("cassandra.config", "file:"+ TMP + yamlFile);
CassandraServiceDataCleaner cleaner = new CassandraServiceDataCleaner();
cleaner.prepare();
loadYamlTables();
cassandra = new EmbeddedCassandraService();
cassandra.init();