Chapter 1. Create a audit persistence on JOnAS with HBase (NoSQL)

Table of Contents

1.1. Introduction
1.2. Create a Hadoop Cluster to obtain an HDFS (Hadoop Distributed File System)
1.3. Create Zookeeper cluster
1.4. Create HBase cluster
1.5. Start persistence

1.1. Introduction

Currently, there are 4 event types on JOnAS : WEB, EJB, JAXWS, JNDI that you can persiste on HBase. In this HOWTO, you will create a Hadoop and HBase cluster, there isn't any HOWTO to create this on a standalone mode.

Create a cluster is a very good thing to separate informations and to obtain a low time wait to research with a very large base. Nevertheless, a cluster is costly (several machines) and not really interesting below 10 machines on the cluster.

This HOWTO works with the following versions :

JAVA JDK 6

Hadoop 1.0.3

HBase 0.92.1

Zookeeper 3.3.5