Class HBaseClusterManager

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.HBaseClusterManager
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, ClusterManager
Direct Known Subclasses:
CoprocClusterManager

@Private public class HBaseClusterManager extends org.apache.hadoop.conf.Configured implements ClusterManager
A default cluster manager for HBase. Uses SSH, and hbase shell scripts to manage the cluster. Assumes Unix-like commands are available like 'ps', 'kill', etc. Also assumes the user running the test has enough "power" to start & stop servers on the remote machines (for example, the test user could be the same user as the user the daemon is running as)