You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/06/04 23:35:29 UTC

svn commit: r911368 - in /websites/staging/gora/trunk/content: ./ current/gora-accumulo.html

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 href="http://accumulo.apache.
 
 <p>Here you can see that we require the definition of two child elements within the gora-orm mapping configuration, namely;</p>
 <p>The <strong>table</strong> element; where we specify:</p>
-<ul>
-<li>a parameter relating to the Accumulo table name (String) e.g. name="Employee",</li>
-<li>a nested element containing the type and definition of any families we wish to create within Accumulo. In this case we create one family <em>info</em> which could have a combination of any of the following parameters;</li>
-<li>name (String): family name e.g. info</li>
-<li>config (String): ...</li>
-</ul>
+<ol>
+<li>
+<p>a parameter relating to the Accumulo table name (String) e.g. name="Employee",</p>
+</li>
+<li>
+<p>a nested element containing the type and definition of any families we wish to create within Accumulo. In this case we create one family <em>info</em> which could have a combination of any of the following parameters;</p>
+</li>
+</ol>
+<p><strong>name</strong> (String): family name e.g. info</p>
+<p><strong>config</strong> (String): ...</p>
 <p>The <strong>class</strong> element where we specify of persistent fields which values should map to. This contains;</p>
-<ul>
-<li>a parameter containing the Persistent class name e.g. <code>org.apache.gora.examples.generated.Employee</code>,</li>
-<li>a parameter containing the keyClass e.g. <code>java.lang.String</code> which specifies the keys which map to the field values,</li>
-<li>a parameter containing the Table name e.g. <code>Employee</code> which matches to the above Table definition,</li>
-<li>a parameter containing the Encoder to be used e.g. <code>org.apache.gora.accumulo.encoders.BinaryEncoder</code> which defines an appropriate <a href="https://github.com/apache/gora/tree/master/gora-accumulo/src/main/java/org/apache/gora/accumulo/encoders">encoder</a> for for object field values. </li>
-<li>finally nested child element(s) mapping fields which are to be persisted into Accumulo. These fields need to be configured such that they receive;</li>
-<li>a parameter containing the name e.g. (name, dateOfBirth, ssn and salary respectively),</li>
-<li>a parameter containing the column family to which they belong e.g. (all info in this case),</li>
-<li>an optional parameter qualifier, which enables more granular control over the data to be persisted into HBase.</li>
-</ul>
+<ol>
+<li>
+<p>a parameter containing the Persistent class <strong>name</strong> e.g. <code>org.apache.gora.examples.generated.Employee</code>,</p>
+</li>
+<li>
+<p>a parameter containing the <strong>keyClass</strong> e.g. <code>java.lang.String</code> which specifies the keys which map to the field values,</p>
+</li>
+<li>
+<p>a parameter containing the Table <strong>name</strong> e.g. <code>Employee</code> which matches to the above Table definition,</p>
+</li>
+<li>
+<p>a parameter containing the <strong>Encoder</strong> to be used e.g. <code>org.apache.gora.accumulo.encoders.BinaryEncoder</code> which defines an appropriate <a href="https://github.com/apache/gora/tree/master/gora-accumulo/src/main/java/org/apache/gora/accumulo/encoders">encoder</a> for for object field values. </p>
+</li>
+<li>
+<p>finally nested child element(s) mapping fields which are to be persisted into Accumulo. These fields need to be configured such that they receive;</p>
+<p>a parameter containing the <strong>name</strong> e.g. (name, dateOfBirth, ssn and salary respectively),</p>
+<p>a parameter containing the column <strong>family</strong> to which they belong e.g. (all info in this case),</p>
+<p>an optional parameter <strong>qualifier</strong>, which enables more granular control over the data to be persisted into HBase.</p>
+</li>
+</ol>
 
   </div> <!-- /container (main block) -->