* @throws InterruptedException
*/
@BeforeClass
public static void setup() throws TTransportException, IOException, InterruptedException, ConfigurationException {
if ( embedded == null ) {
embedded = new EmbeddedServerHelper();
embedded.setup();
}
cassandraHostConfigurator = new CassandraHostConfigurator("localhost:9157");
cluster = HFactory.getOrCreateCluster(clusterName, cassandraHostConfigurator);