Chapter 13.  Database dumps

This is how to make database dumps.

echo "scan 'files',{COLUMNS=>'fi'}" | ./bin/hbase shell > /tmp/hbf
echo "scan 'index',{COLUMNS=>'if'}" | ./bin/hbase shell > /tmp/hbi