Project

General

Profile

Sample-hbase-mail-digester » History » Version 3

Henning Blohm, 01.08.2014 23:02

1 1 Henning Blohm
h1. Sample that combines HBase with full-stack Spring and Hibernate usage
2 2 Henning Blohm
3
This sample consists of an application that loads large Mbox archive files and extracts email addresses using a map reduce job. Extracted email addresses are then written to a relational database. 
4 3 Henning Blohm
5
<pre><code class="bash">
6
git clone -b v2.2 http://git.z2-environment.net/z2-base.core
7
git clone -b v2.2 http://git.z2-environment.net/z2-samples.cdh4-base
8
git clone -b master http://git.z2-environment.net/z2-samples.hbase-mail-digester
9
</code></pre>