* setup habse client connection
*/
@Before
public void setUp() throws Exception
{
cli = new HBaseCli();
cli.startCluster();
Map<String, String> puProperties = new HashMap<String, String>();
puProperties.put("kundera.ddl.auto.prepare", "create-drop");
puProperties.put("kundera.keyspace", "KunderaHbaseKeyspace");