org.apache.hama.zookeeper
Class ZKServerTool

java.lang.Object
  extended by org.apache.hama.zookeeper.ZKServerTool

public class ZKServerTool
extends java.lang.Object

A tool class for Zookeeper use.


Constructor Summary
ZKServerTool()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run the tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKServerTool

public ZKServerTool()
Method Detail

main

public static void main(java.lang.String[] args)
Run the tool.

Parameters:
args - Command line arguments. First arg is path to zookeepers file.


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.