org.apache.hadoop.hbase.zookeeper
Class ZooKeeperMainServer

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

public class ZooKeeperMainServer
extends Object

Tool for running ZookeeperMain from HBase by reading a ZooKeeper server from HBase XML configuration.


Constructor Summary
ZooKeeperMainServer()
           
 
Method Summary
static void main(String[] args)
          Run the tool.
 String parse(org.apache.hadoop.conf.Configuration c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperMainServer

public ZooKeeperMainServer()
Method Detail

parse

public String parse(org.apache.hadoop.conf.Configuration c)

main

public static void main(String[] args)
                 throws Exception
Run the tool.

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


Copyright © 2015 The Apache Software Foundation. All rights reserved.