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 6C7E210C21 for ; Wed, 4 Jun 2014 21:35:53 +0000 (UTC) Received: (qmail 72222 invoked by uid 500); 4 Jun 2014 21:35:53 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 72189 invoked by uid 500); 4 Jun 2014 21:35:53 -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 72182 invoked by uid 99); 4 Jun 2014 21:35:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 21:35:53 +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, 04 Jun 2014 21:35:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2AC7A23889BB for ; Wed, 4 Jun 2014 21:35:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r911368 - in /websites/staging/gora/trunk/content: ./ current/gora-accumulo.html Date: Wed, 04 Jun 2014 21:35:29 -0000 To: commits@gora.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140604213529.2AC7A23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Jun 4 21:35:28 2014 New Revision: 911368 Log: Staging update by buildbot for gora Modified: websites/staging/gora/trunk/content/ (props changed) websites/staging/gora/trunk/content/current/gora-accumulo.html Propchange: websites/staging/gora/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Jun 4 21:35:28 2014 @@ -1 +1 @@ -1600511 +1600512 Modified: websites/staging/gora/trunk/content/current/gora-accumulo.html ============================================================================== --- websites/staging/gora/trunk/content/current/gora-accumulo.html (original) +++ websites/staging/gora/trunk/content/current/gora-accumulo.html Wed Jun 4 21:35:28 2014 @@ -191,23 +191,37 @@ enables -
  • a nested element containing the type and definition of any families we wish to create within Accumulo. In this case we create one family info which could have a combination of any of the following parameters;
  • -
  • name (String): family name e.g. info
  • -
  • config (String): ...
  • - +
      +
    1. +

      a parameter relating to the Accumulo table name (String) e.g. name="Employee",

      +
    2. +
    3. +

      a nested element containing the type and definition of any families we wish to create within Accumulo. In this case we create one family info which could have a combination of any of the following parameters;

      +
    4. +
    +

    name (String): family name e.g. info

    +

    config (String): ...

    The class element where we specify of persistent fields which values should map to. This contains;

    -
    +
      +
    1. +

      a parameter containing the Persistent class name e.g. org.apache.gora.examples.generated.Employee,

      +
    2. +
    3. +

      a parameter containing the keyClass e.g. java.lang.String which specifies the keys which map to the field values,

      +
    4. +
    5. +

      a parameter containing the Table name e.g. Employee which matches to the above Table definition,

      +
    6. +
    7. +

      a parameter containing the Encoder to be used e.g. org.apache.gora.accumulo.encoders.BinaryEncoder which defines an appropriate encoder for for object field values.

      +
    8. +
    9. +

      finally nested child element(s) mapping fields which are to be persisted into Accumulo. These fields need to be configured such that they receive;

      +

      a parameter containing the name e.g. (name, dateOfBirth, ssn and salary respectively),

      +

      a parameter containing the column family to which they belong e.g. (all info in this case),

      +

      an optional parameter qualifier, which enables more granular control over the data to be persisted into HBase.

      +
    10. +