Class ZKClient

java.lang.Object
org.apache.hadoop.yarn.lib.ZKClient

public class ZKClient extends Object
ZK Registration Library currently does not use any authorization
  • Constructor Details

    • ZKClient

      public ZKClient(String string) throws IOException
      the zookeeper client library to talk to zookeeper
      Parameters:
      string - the host
      Throws:
      IOException - if there are I/O errors.
  • Method Details