Yes, see

GiraphJob.java

  /**
   * Utilize an existing ZooKeeper service.  If this is not set, ZooKeeper
   * will be dynamically started by Giraph for this job.
   *
   * @param serverList Comma separated list of servers and ports
   *        (i.e. zk1:2221,zk2:2221)
   */
  public final void setZooKeeperConfiguration(String serverList) {
    conf.set(ZOOKEEPER_LIST, serverList);
  }

On 5/25/12 4:50 PM, Roman Shaposhnik wrote:
Hi!

Does Giraph allow for use of external deployment of Zookeeper?

Thanks,
Roman.

Reply via email to