Author: lewismc
Date: Sat May 17 20:04:38 2014
New Revision: 1595535
URL: http://svn.apache.org/r1595535
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/gora-cassandra.md
Modified: gora/site/trunk/content/current/gora-cassandra.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-cassandra.md?rev=1595535&r1=1595534&r2=1595535&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-cassandra.md (original)
+++ gora/site/trunk/content/current/gora-cassandra.md Sat May 17 20:04:38 2014
@@ -1,15 +1,13 @@
Title: Gora Cassandra Module
##Overview
-This is the main documentation for the gora-accumulo module which
+This is the main documentation for the gora-cassandra module which
enables [Apache Cassandra](http://cassandra.apache.org) backend support for
Gora.
##gora.properties
-* gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore -
Implementation of the storage class
-* gora.cassandra.mapping.file - The
XML mapping file to be used
-* 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.
+*
<code>gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore</code>
- Implementation of the storage class
+* <code>gora.cassandra.mapping.file=/path/to/gora-cassandra-mapping.xml</code>
- The XML mapping file to be used
+* <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.
##Gora Cassandra mappings
Say we wished to map some Employee data and store it into the CassandraStore.