@BeforeClass
public static void setUpBeforeClass() throws Exception {
TestHelper.setupLogging();
HBASE_PROXY = new HBaseProxy();
HBASE_PROXY.start();
zooKeeper = ZkUtil.connect(HBASE_PROXY.getZkConnectString(), 10000);
hbaseTableFactory = new HBaseTableFactoryImpl(HBASE_PROXY.getConf());
typeTable = LilyHBaseSchema.getTypeTable(hbaseTableFactory);
typeManager = new HBaseTypeManager(new IdGeneratorImpl(), HBASE_PROXY.getConf(), zooKeeper, hbaseTableFactory);