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 configuration 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.


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