Data science related tutorials, code, and guides.
MapReduce program which finds the sum of each individual character in a document, then performs a secondary sort to order the characters by descending order of occurrences (highest to lowest).
HBase programs which perform basic table transactions and remotely connect to HBase.
Accumulo program which remotely connects to Accumulo, creates a table if it does not exist, and puts/reads mutations from the table.