admin.createTable(desc);
// explicit constructor rather than builder - we want to control the conf
EventSink snk = new Attr2HBaseEventSink(tableName, tableSysFamily,
writeBody, tableBody, tableBodyFamily, "2hb_", 0, true, hbaseEnv.conf);
snk.open();
try {
Event e1 = new EventImpl("message0".getBytes(), Clock.unixTime(),
Priority.INFO, 0, "localhost");
e1.set("2hb_", Bytes.toBytes("row-key0"));
e1.set("2hb_family1:column1", Bytes.toBytes("value0"));