org.apache.hadoop.hbase.zookeeper
Class ZKServerTool

java.lang.Object
  extended by org.apache.hadoop.hbase.zookeeper.ZKServerTool

public class ZKServerTool
extends Object

Tool for reading ZooKeeper servers from HBase XML configuation and producing a line-by-line list for use by bash scripts.


Constructor Summary
ZKServerTool()
           
 
Method Summary
static void main(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(String[] args)
Run the tool.

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


Copyright © 2010 Apache Software Foundation. All Rights Reserved.