Description
Add a test for HBase's Import and Export tools.
http://hbase.apache.org/book/ops_mgt.html#export
The test creates a table and loads 5000 rows. It then uses Export to dump the table contents to HDFS. Then it uses Import to load another table with the same table contents. We then checksum the rows of the tables and assert that the contents are equal.