package
0.0.0-20201215173952-5eb67a647b76
Repository: https://github.com/vividcortex/gohbase.git
Documentation: pkg.go.dev
# Functions
CreateTable finds the HBase shell via the HBASE_HOME environment variable, and creates the given table with the given families.
DeleteTable finds the HBase shell via the HBASE_HOME environment variable, and disables and drops the given table.
LaunchRegionServers uses the script local-regionservers.sh to create new RegionServers.
StopRegionServers uses the script local-regionservers.sh to stop existing RegionServers.