hbase/scripts/README.md
Helper scripts are available to help set up or maintain Pinpoint.
To run the HBase scripts, feed in the .hbase file into the HBase shell.
For example, you can create Pinpoint tables by running the following line from shell:
$HBASE_HOME/bin/hbase shell $PATH_TO_SCRIPTS/hbase-create.hbase
hbase-flush-table.hbase, and hbase-major-compact-htable.hbase are there purely for maintenance.