private static String zk;
private static URI repositoryUri;
@BeforeClass
public static void startHBase() throws Exception {
new Loader().load();
descriptor = new DatasetDescriptor.Builder()
.schemaUri("resource:TestGenericEntity.avsc")
.build();
HBaseTestUtils.getMiniCluster();
String zkQuorum = HBaseTestUtils.getConf().get(HConstants.ZOOKEEPER_QUORUM);