Actions
Sample-hbase-mail-digester » History » Revision 4
« Previous |
Revision 4/24
(diff)
| Next »
Henning Blohm, 01.08.2014 23:17
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.
Install¶
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
Updated by Henning Blohm over 10 years ago · 4 revisions