}
@Test
@SuppressWarnings({ "rawtypes", "unchecked" })
public void testCompositeKey() throws Exception {
TupleMapper tupleMapper = new SimpleTupleMapper(KEYSPACE, "simple");
AstyanaxClient client = new AstyanaxClient();
Map<String, Object> clientConfig = new HashMap<String, Object>();
clientConfig.put(StormCassandraConstants.CASSANDRA_HOST, "localhost:9160");
clientConfig.put(StormCassandraConstants.CASSANDRA_KEYSPACE, Arrays.asList(new String [] {KEYSPACE}));
client.start(clientConfig);