@Test
public void executeTriggerOnThriftInsert() throws Exception
{
Cassandra.Client client = new Cassandra.Client(
new TBinaryProtocol(
new TFramedTransportFactory().openTransport(
InetAddress.getLocalHost().getHostName(), 9170)));
client.set_keyspace(ksName);
client.insert(ByteBufferUtil.bytes(2),
new ColumnParent(cfName),
getColumnForInsert("v1", 2),