Exemple #1
0
  @BeforeClass
  public static void setUpBeforeClass() throws Exception {
    ZK_DIR = new File(System.getProperty("java.io.tmpdir") + File.separator + "lily.zklocktest");
    ZK_CLIENT_PORT = NetUtils.getFreePort();

    ZK_CLUSTER = new MiniZooKeeperCluster();
    ZK_CLUSTER.setClientPort(ZK_CLIENT_PORT);
    ZK_CLUSTER.startup(ZK_DIR);
  }