Author: lewismc
Date: Fri Feb 14 11:32:27 2014
New Revision: 1568243

URL: http://svn.apache.org/r1568243
Log:
CMS commit to gora by lewismc

Modified:
    gora/site/trunk/content/current/tutorial.md

Modified: gora/site/trunk/content/current/tutorial.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/tutorial.md?rev=1568243&r1=1568242&r2=1568243&view=diff
==============================================================================
--- gora/site/trunk/content/current/tutorial.md (original)
+++ gora/site/trunk/content/current/tutorial.md Fri Feb 14 11:32:27 2014
@@ -262,27 +262,6 @@ are serialized and persisted to the data
 HBase mappings are stored at file named <code>gora-hbase-mappings.xml</code>. 
 For this tutorial we will be using the file 
<code>gora-tutorial/conf/gora-hbase-mappings.xml</code>.
       
-      <!--  This is gora-sql-mapping.xml
-
-    <gora-orm>
-      <class name="org.apache.gora.tutorial.log.generated.Pageview" 
keyClass="java.lang.Long" table="AccessLog">
-       <primarykey column="line"/>
-      <field name="url" column="url" length="512" primarykey="true"/>
-      <field name="timestamp" column="timestamp"/>
-      <field name="ip" column="ip" length="16"/>
-      <field name="httpMethod" column="httpMethod" length="6"/>
-      <;field name="httpStatusCode" column="httpStatusCode"/>
-      <field name="responseSize" column="responseSize"/>
-      <field name="referrer" column="referrer" length="512"/>
-      <field name="userAgent" column="userAgent" length="512"/>
-      </class>
-
-     ...
-
-    </gora-orm>
-
-      -->
-     
     <gora-orm>
       <table name="Pageview"> <!-- optional descriptors for tables -->
         <family name="common"> <!-- This can also have params like 
compression, bloom filters -->


Reply via email to