private HBaseCluster hBaseCluster;
@BeforeClass(alwaysRun = true)
public void beforeClass() throws Exception {
if (USE_EMBEDDED)
hBaseCluster = new HBaseCluster();
Map<String, String> props = new HashMap<String, String>();
props.put("hbase.zookeeper.property.clientPort",
Integer.toString(hBaseCluster.getZooKeeperPort()));