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/25 23:18:12 UTC

svn commit: r913833 - in /websites/staging/gora/trunk/content: ./ current/gora-hbase.html

Author: buildbot
Date: Wed Jun 25 21:18:12 2014
New Revision: 913833

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/gora-hbase.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 21:18:12 2014
@@ -1 +1 @@
-1605602
+1605603

Modified: websites/staging/gora/trunk/content/current/gora-hbase.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-hbase.html (original)
+++ websites/staging/gora/trunk/content/current/gora-hbase.html Wed Jun 25 21:18:12 2014
@@ -167,7 +167,7 @@ module enables <a href="http://hbase.apa
 </ul>
 <h2 id="gora-hbase-mappings">Gora HBase mappings</h2>
 <p>Say we wished to map some Employee data and store it into the HBaseStore.</p>
-<div class="codehilite"><pre><span class="nt">&lt;gora-orm&gt;</span>
+<div class="codehilite"><pre><span class="nt">&lt;gora-otd&gt;</span>
   <span class="nt">&lt;table</span> <span class="na">name=</span><span class="s">&quot;Employee&quot;</span><span class="nt">&gt;</span>
     <span class="nt">&lt;family</span> <span class="na">name=</span><span class="s">&quot;info&quot;</span> 
             <span class="na">compression=</span><span class="s">&quot;$$$&quot;</span> 
@@ -187,12 +187,12 @@ module enables <a href="http://hbase.apa
     <span class="nt">&lt;field</span> <span class="na">name=</span><span class="s">&quot;boss&quot;</span> <span class="na">family=</span><span class="s">&quot;info&quot;</span> <span class="na">qualifier=</span><span class="s">&quot;bs&quot;</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;field</span> <span class="na">name=</span><span class="s">&quot;webpage&quot;</span> <span class="na">family=</span><span class="s">&quot;info&quot;</span> <span class="na">qualifier=</span><span class="s">&quot;wp&quot;</span><span class="nt">/&gt;</span>
   <span class="nt">&lt;/class&gt;</span>
-<span class="nt">&lt;/gora-orm&gt;</span>
+<span class="nt">&lt;/gora-otd&gt;</span>
 </pre></div>
 
 
 <p>Here you can see that we require the definition of two child elements within the 
-<code>gora-orm</code> mapping configuration, namely;</p>
+<code>gora-otd</code> mapping configuration, namely;</p>
 <p>The table element; where we specify: </p>
 <ol>
 <li>