Author: buildbot
Date: Sat May 17 20:04:45 2014
New Revision: 909112
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-cassandra.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 17 20:04:45 2014
@@ -1 +1 @@
-1595529
+1595535
Modified: websites/staging/gora/trunk/content/current/gora-cassandra.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-cassandra.html (original)
+++ websites/staging/gora/trunk/content/current/gora-cassandra.html Sat May 17
20:04:45 2014
@@ -156,15 +156,13 @@ under the License.
<div class="container" id="Gora_Gora Cassandra Module">
<h2 id="overview">Overview</h2>
-<p>This is the main documentation for the gora-accumulo module which
+<p>This is the main documentation for the gora-cassandra module which
enables <a href="http://cassandra.apache.org">Apache Cassandra</a> backend
support for Gora. </p>
<h2 id="goraproperties">gora.properties</h2>
<ul>
-<li>gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore -
Implementation of the storage class </li>
-<li>gora.cassandra.mapping.file -
The XML mapping file to be used </li>
-<li>gora.cassandra.servers=localhost:9160 -
This value should specify the host:port
- for a running Cassandra server or node. In this case the server happens to
be running on localhost at port 9160
- which is the default Cassandra server configuration.</li>
+<li><code>gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore</code>
- Implementation of the storage class </li>
+<li><code>gora.cassandra.mapping.file=/path/to/gora-cassandra-mapping.xml</code>
- The XML mapping file to be used </li>
+<li><code>gora.cassandra.servers=localhost:9160</code> - This value should
specify the host:port for a running Cassandra server or node. In this case the
server happens to be running on localhost at port 9160 which is the default
Cassandra server configuration.</li>
</ul>
<h2 id="gora-cassandra-mappings">Gora Cassandra mappings</h2>
<p>Say we wished to map some Employee data and store it into the
CassandraStore.</p>