Project

General

Profile

Sample-hbase-mail-digester » History » Revision 4

Revision 3 (Henning Blohm, 01.08.2014 23:02) → Revision 4/24 (Henning Blohm, 01.08.2014 23:17)

h1. Sample that combines HBase with full-stack Spring and Hibernate usage 

 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.  

 Being a full stack sample it shows how to design a multi-module application with a service tier that can be seamlessly used from a Web app as well as from an application-level map-reduce job. 

 *Note*: This sample still uses v2.2 of z2 - so making sure the correct versions are specified below is crucial. 

 h2. Install 

 <pre><code class="bash"> 
 git clone -b v2.2 http://git.z2-environment.net/z2-base.core 
 git clone -b v2.2 http://git.z2-environment.net/z2-samples.cdh4-base 
 git clone -b master http://git.z2-environment.net/z2-samples.hbase-mail-digester 
 </code></pre> 

 !start.png! 
 !job.png! 
 !counts.png!