cassandraConfLocation = "file:" + System.getProperty(ServerConstants.CARBON_HOME) + CASSANDRA_SERVER_CONF;
}
System.setProperty("cassandra.config", cassandraConfLocation);
System.setProperty("cassandra-foreground", "yes");
cassandraServerController = new CassandraServerController();
cassandraServerController.start();
}