org.apache.hadoop.hbase.zookeeper
Class ZooKeeperMainServer
java.lang.Object
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.
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 |
ZooKeeperMainServer
public ZooKeeperMainServer()
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 © 2007–2015 The Apache Software Foundation. All rights reserved.