An example of how to bulk import data from CSV files into a HBase table. HBase gives random read and write access to your big data, but getting your big data into HBase can be a challenge. Using the ...
This project should be a template for HBase Bulk Load Jobs using MapReduce. It will _not_ work out of the box. One reason for this is that the business logic in the mapper is not implemented and the ...