Author: buildbot
Date: Sat May 17 20:31:35 2014
New Revision: 909116

Log:
Staging update by buildbot for gora

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

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 17 20:31:35 2014
@@ -1 +1 @@
-1595536
+1595537

Modified: websites/staging/gora/trunk/content/current/gora-conf.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-conf.html (original)
+++ websites/staging/gora/trunk/content/current/gora-conf.html Sat May 17 
20:31:35 2014
@@ -157,53 +157,58 @@ under the License. 
 
 <h2 id="goraproperties">gora.properties</h2>
 <p>Gora reads necessary configuration from a properties file name 
-gora.properties. The file is searched in the classpath, which is 
-obtained using the ClassLoader of the DataStoreFactory class.</p>
+<code>gora.properties</code>. </p>
+<p>The file is searched in the classpath, which is 
+obtained using the <code>ClassLoader</code> of the <a 
href="http://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStoreFactory.html";>DataStoreFactory</a>
+ class.</p>
 <p>The following properties are recognized:</p>
 <h2 id="common-properties">Common Properties</h2>
 <p><table>
   <tr><th align="left">Property</th> <th align="left">Required</th> <th 
align="left">Default</th> <th align="left">Explanation</th></tr>
-  <tr><td>gora.datastore.default</td><td>No</td> <td> – </td> <td>The full 
classname of the default data store implementation to use </td></tr>
-  
<tr><td>gora.datastore.autocreateschema</td><td>No</td><td>true</td><td>Whether 
to create schemas automatically</td></tr>
+  <tr><td><code>gora.datastore.default</code></td><td>No</td> <td> – </td> 
<td>The full classname of the default data store implementation to use 
</td></tr>
+  
<tr><td><code>gora.datastore.autocreateschema</code></td><td>No</td><td>true</td><td>Whether
 to create schemas automatically</td></tr>
 </table></p>
-<p>gora.datastore.default is perhaps the most important property in this file. 
-This property configures the default DataStore implementation to use. 
+<p><code>gora.datastore.default</code> is perhaps the most important property 
in this file. 
+This property configures the default <a 
href="http://gora.apache.org/current/api/apidocs-0.4/index.html?org/apache/gora/store/DataStore.html";>DataStore</a>
 implementation to use. 
 However, other data stores can still be instantiated thorough the API. 
 Data store implementation in Gora distribution include:</p>
 <table>
   <caption>DataStore implementations</caption>
   <tr><th align="left">DataStore Implementation</th> <th align="left">Full 
Class Name</th> <th align="left">Module Name</th> <th 
align="left">Explanation</th></tr>
-  <tr><td>AvroStore</td> <td>org.apache.gora.avro.store.AvroStore</td> 
<td>gora-core</td> <td>An adapter DataStore for binary-compatible Apache Avro 
serializations. AvroDataStore supports Binary and JSON serializations. 
</td></tr>
-  <tr><td>DataFileAvroStore</td> 
<td>org.apache.gora.avro.store.DataFileAvroStore</td> <td>gora-core</td> 
<td>DataFileAvroStore is file based store which uses Avro's 
DataFile{Writer,Reader}'s as a backend. This datastore supports 
mapreduce.</td></tr>
-  <tr><td>AccumuloStore</td> 
<td>org.apache.gora.accumulo.store.AccumuloStore</td> <td>gora-accumulo</td> 
<td> DataStore for Apache Accumulo. </td></tr>
-  <tr><td>HBaseStore</td> <td>org.apache.gora.hbase.store.HBaseStore</td> 
<td>gora-hbase</td> <td> DataStore for Apache HBase. </td></tr>
-  <tr><td>CassandraStore</td> 
<td>org.apache.gora.cassandra.store.CasssandraStore</td> 
<td>gora-cassandra</td> <td> DataStore for Apache Cassandra. </td></tr>
-  <tr><td>SqlStore</td> <td>org.apache.gora.sql.store.SqlStore</td> 
<td>gora-sql</td> <td> A DataStore implementation for RDBMS with a SQL 
interface. SqlStore uses JDBC drivers to communicate with the DB. <a 
href="http://www.mysql.com/";>Mysql</a> and <a 
href="http://hsqldb.org/";>Hsqldb</a> are supported for now.</td></tr>
-  <tr><td>MemStore</td> <td>org.apache.gora.memory.store.MemStore</td> 
<td>gora-core</td> <td> Memory based DataStore implementation for tests. 
</td></tr>
-  <tr><td>Dynamodb</td> <td>org.apache.gora.dynamodb.store.DyanmoDBStore</td> 
<td>gora-dynamodb</td> <td> Webservices-based datastore implementation for 
Amazon's DynamoDB. </td></tr>
+  <tr><td><b>AvroStore</b></td> 
<td><code>org.apache.gora.avro.store.AvroStore</code></td> <td>gora-core</td> 
<td>An adapter DataStore for binary-compatible Apache Avro serializations. 
AvroDataStore supports Binary and JSON serializations. </td></tr>
+  <tr><td><b>DataFileAvroStore</b></td> 
<td><code>org.apache.gora.avro.store.DataFileAvroStore</code></td> 
<td>gora-core</td> <td>DataFileAvroStore is file based store which uses Avro's 
DataFile{Writer,Reader}'s as a backend. This datastore supports 
mapreduce.</td></tr>
+  <tr><td><b>AccumuloStore</b></td> 
<td><code>org.apache.gora.accumulo.store.AccumuloStore</code></td> 
<td>gora-accumulo</td> <td> DataStore for Apache Accumulo. </td></tr>
+  <tr><td><b>HBaseStore</b></td> 
<td><code>org.apache.gora.hbase.store.HBaseStore</code></td> 
<td>gora-hbase</td> <td> DataStore for Apache HBase. </td></tr>
+  <tr><td><b>CassandraStore</b></td> 
<td><code>org.apache.gora.cassandra.store.CasssandraStore</code></td> 
<td>gora-cassandra</td> <td> DataStore for Apache Cassandra. </td></tr>
+  <tr><td><b>SolrStore</b></td> 
<td><code>org.apache.gora.solr.store.SolrStore</code></td> <td>gora-solr</td> 
<td> A DataStore implementation for Apache Solr.</td></tr>
+  <tr><td><b>MemStore</b></td> 
<td><code>org.apache.gora.memory.store.MemStore</td> <td>gora-core</td> <td> 
Memory based DataStore implementation for tests. </td></tr>
+  <tr><td><b>Dynamodb</b></td> 
<td><code>org.apache.gora.dynamodb.store.DyanmoDBStore</td> 
<td>gora-dynamodb</td> <td> Webservices-based datastore implementation for 
Amazon's DynamoDB. </td></tr>
 </table>
 
 <p>Some of the properties can be customized per datastore. The format of these 
-properties is as follows: gora.&lt;data_store_class&gt;.&lt;property_name&gt;. 
-Note that &lt;data_store_class&gt; is the classname of the datastore 
-implementation w/o the package name, for example hbasestore. 
+properties is as follows: 
<code>gora.&lt;data_store_class&gt;.&lt;property_name&gt;</code>.</p>
+<p>Note that <code>&lt;data_store_class&gt;</code> is the classname of the 
datastore 
+implementation w/o the package name, for example <code>HbaseStore</code>. 
 You can also use the string datastore instead of the specific 
 data store class name, in which case, the property setting is effective 
 to all data stores. The following properties can be set per data store.</p>
 <h2 id="per-datastore-properties">Per DataStore Properties</h2>
-<p>Property Required Default Explanation
-gora.&lt;data_store_class&gt;.autocreateschema No true Whether to create 
schemas automatically for the specific data store
-gora.&lt;data_store_class&gt;.mapping.file No 
gora-{accumulo|hbase|cassandra|sql|dynamodb}-mapping.xml The name of the 
mapping file</p>
+<p><table>
+  <caption>DataStore Properties</caption>
+  <tr><th align="left">Property</th> <th align="left">Required</th> <th 
align="left">Default Value</th> <th align="left">Explanation</th></tr>
+  <tr><td><code>gora.&lt;data_store_class&gt;.autocreateschema</code> No true 
Whether to create schemas automatically for the specific data store</td></tr>
+  <tr><td><code>gora.&lt;data_store_class&gt;.mapping.file</code> No 
gora-{accumulo|hbase|cassandra|sql|dynamodb}-mapping.xml The name of the 
mapping file</td></tr>
+</table></p>
 <h2 id="data-store-specific-settings">Data store specific settings</h2>
 <p>Other than the properties above, some of the data stores have their 
 own configurations. These properties are listed at the module 
documentations:</p>
 <ul>
-<li><a href="/current/gora-core.html">Gora Core Module</a> (incl. AvroStore, 
DataFileAvroStore and MemStore)</li>
-<li><a href="/current/gora-hbase.html">Gora HBase Module</a></li>
-<li><a href="/current/gora-cassandra.html">Gora Cassandra Module</a></li>
-<li><a href="/current/gora-sql.html">Gora SQL Module</a></li>
-<li><a href="/current/gora-accumulo.html">Gora Accumulo Module</a></li>
-<li><a href="/current/gora-dynamodb.html">Gora DynamoDB Module</a></li>
+<li><a href="./gora-core.html">Gora Core Module</a> (incl. AvroStore, 
DataFileAvroStore and MemStore)</li>
+<li><a href="./gora-hbase.html">Gora HBase Module</a></li>
+<li><a href="./gora-cassandra.html">Gora Cassandra Module</a></li>
+<li><a href="./gora-solr.html">Gora Solr Module</a></li>
+<li><a href="./gora-accumulo.html">Gora Accumulo Module</a></li>
+<li><a href="./gora-dynamodb.html">Gora DynamoDB Module</a></li>
 </ul>
 
   </div> <!-- /container (main block) -->


Reply via email to