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 ECB7410204 for ; Fri, 14 Feb 2014 11:32:57 +0000 (UTC) Received: (qmail 69417 invoked by uid 500); 14 Feb 2014 11:32:57 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 69382 invoked by uid 500); 14 Feb 2014 11:32:56 -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 69374 invoked by uid 99); 14 Feb 2014 11:32:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 11:32:55 +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; Fri, 14 Feb 2014 11:32:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 35CD023889F1 for ; Fri, 14 Feb 2014 11:32:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r897891 - in /websites/staging/gora/trunk/content: ./ current/tutorial.html Date: Fri, 14 Feb 2014 11:32:34 -0000 To: commits@gora.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140214113234.35CD023889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Feb 14 11:32:33 2014 New Revision: 897891 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 Fri Feb 14 11:32:33 2014 @@ -1 +1 @@ -1568242 +1568243 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 Fri Feb 14 11:32:33 2014 @@ -388,28 +388,7 @@ are serialized and persisted to the data

HBase mappings

HBase mappings are stored at file named gora-hbase-mappings.xml. For this tutorial we will be using the file gora-tutorial/conf/gora-hbase-mappings.xml.

-
  <!--  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>
+
<gora-orm>
   <table name="Pageview"> <!-- optional descriptors for tables -->
     <family name="common"> <!-- This can also have params like compression, bloom filters -->
     <family name="http"/>