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 is an example of how one can crash an HBase region server with a custom filter. It simply runs the region server out of memory. One will deploy the filter by copying the built JAR in ...