Return-Path: X-Original-To: apmail-gora-commits-archive@www.apache.org Delivered-To: apmail-gora-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 691A9103E2 for ; Wed, 25 Jun 2014 14:31:35 +0000 (UTC) Received: (qmail 93270 invoked by uid 500); 25 Jun 2014 14:31:35 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 93237 invoked by uid 500); 25 Jun 2014 14:31:35 -0000 Mailing-List: contact commits-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list commits@gora.apache.org Received: (qmail 93228 invoked by uid 99); 25 Jun 2014 14:31:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:31:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:31:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0445F2388A67 for ; Wed, 25 Jun 2014 14:31:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r913723 - in /websites/staging/gora/trunk/content: ./ current/tutorial.html Date: Wed, 25 Jun 2014 14:31:11 -0000 To: commits@gora.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140625143112.0445F2388A67@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Jun 25 14:31:10 2014 New Revision: 913723 Log: Staging update by buildbot for gora Modified: websites/staging/gora/trunk/content/ (props changed) websites/staging/gora/trunk/content/current/tutorial.html Propchange: websites/staging/gora/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Jun 25 14:31:10 2014 @@ -1 +1 @@ -1604971 +1605422 Modified: websites/staging/gora/trunk/content/current/tutorial.html ============================================================================== --- websites/staging/gora/trunk/content/current/tutorial.html (original) +++ websites/staging/gora/trunk/content/current/tutorial.html Wed Jun 25 14:31:10 2014 @@ -436,7 +436,7 @@ For this tutorial we will be using the f -

Every mapping file starts with the top level element . +

Every mapping file starts with the top level element <gora-otd>. Gora HBase mapping files can have two type of child elements, table and class declarations. All of the table and class definitions should be listed at this level.

@@ -460,7 +460,7 @@ as the column qualifier. Note that map a families, so the configuration should be list unique column families for each map and array type, and no qualifier should be given. The exact data model is discussed further at the gora-hbase documentation.

-

Basic API

+

Basic API

Parsing the logs

Now that we have the basic setup, we can see Gora API in action. As you can notice below the API is pretty simple to use. We will be using the class LogManager (which is located at