You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/09/29 02:52:05 UTC

svn commit: r923972 - in /websites/staging/gora/trunk/content: ./ current/index.html

Author: buildbot
Date: Mon Sep 29 00:52:05 2014
New Revision: 923972

Log:
Staging update by buildbot for gora

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

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 29 00:52:05 2014
@@ -1 +1 @@
-1628108
+1628109

Modified: websites/staging/gora/trunk/content/current/index.html
==============================================================================
--- websites/staging/gora/trunk/content/current/index.html (original)
+++ websites/staging/gora/trunk/content/current/index.html Mon Sep 29 00:52:05 2014
@@ -168,11 +168,11 @@ under the License. 
 <li><a href="#the-anatomy-of-goraci-tests">The Anatomy of GoraCI tests</a></li>
 <li><a href="#building-goraci">Building GoraCI</a></li>
 <li><a href="#java-class-description">Java Class Description</a></li>
+<li><a href="#gora-and-hadoop">Gora and Hadoop</a></li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="#gora-and-hadoop">GORA AND HADOOP</a></li>
 <li><a href="#goraci-and-hbase">GORACI AND HBASE</a></li>
 <li><a href="#concurrency">CONCURRENCY</a></li>
 <li><a href="#conclusions">CONCLUSIONS</a></li>
@@ -313,22 +313,24 @@ a ticket</a> or just <a href="https://gi
 <li><a href="https://github.com/apache/gora/blob/master/gora-goraci/src/main/java/org/apache/gora/goraci/Delete.java">org.apache.gora.goraci.Delete</a>    - A standalone program that deletes a single node</li>
 <li><a href="https://github.com/apache/gora/blob/master/gora-goraci/src/main/java/org/apache/gora/goraci/Loop.java">org.apache.gora.goraci.Loop</a>      - Runs generation and verify in a loop</li>
 </ul>
-<p>org.apache.gora.goraci.sh is a helper script that you can use to run the above programs.  It
-assumes all needed jars are in the lib dir.  It does not need the package name.
-You can just run "./org.apache.gora.goraci.sh Generator", below is an example.</p>
-<p>$ ./org.apache.gora.goraci.sh Generator
-  Usage : Generator <num mappers> <num nodes></p>
-<p>For Gora to work, it needs a gora.properties file on the classpath and a
-mapping file on the classpath, the contents of both are datastore specific,
+<p><a href="https://github.com/apache/gora/blob/master/gora-goraci/goraci.sh">goraci.sh</a> is a helper script that you can use to run the above programs.  It
+assumes all needed jars are in the <code>lib</code> dir.  It does not need the package name.
+You can just run <code>goraci.sh Generator</code>, below is an example.</p>
+<p><code>
+  $ ./goraci.sh Generator
+  Usage : Generator <num mappers> <num nodes>
+</code></p>
+<p>For Gora to work, it needs a <code>gora.properties</code> file on the classpath and a
+<code>gora-$datastore-mapping.xml</code> mapping file on the classpath, the contents of both are datastore specific,
 more details can be found here [2]. You can edit the ones in src/main/resources
-and build the org.apache.gora.goraci-${version}-SNAPSHOT.jar with those. Alternatively remove
+and build the <code>goraci-${version}-SNAPSHOT.jar</code> with those. Alternatively remove
 those and put them on the classpath through some other means.</p>
-<h2 id="gora-and-hadoop">GORA AND HADOOP</h2>
-<p>Gora uses Avro which uses a Json library that Hadoop has an old version of.
+<h4 id="gora-and-hadoop">Gora and Hadoop</h4>
+<p>Gora uses <a href="http://avro.apache.org">Apache Avro</a> which uses a Json library that Hadoop has an old version of.
 The two libraries  jackson-core and jackson-mapper need to be updated in
-<HADOOP_HOME>/lib and <HADOOP_HOME>/share/hadoop/lib/.  I updated these to
+<code>$HADOOP_HOME/lib</code> and <code>$HADOOP_HOME/share/hadoop/lib/</code>.  Currently these are updated to
 jackson-core-asl-1.4.2.jar and jackson-mapper-asl-1.4.2.jar.  For details see
-HADOOP-6945 [3]. </p>
+<a href="https://issues.apache.org/jira/browse/HADOOP-6945">HADOOP-6945</a>. </p>
 <h2 id="goraci-and-hbase">GORACI AND HBASE</h2>
 <p>To improve performance running read jobs such as the Verify step, enable
 scanner caching on the command line.  For example:</p>
@@ -422,9 +424,8 @@ much parallelism there is in the map pha
 is being tracked under HBASE-5754 [4].</p>
 <p>[0] http://accumulo.apache.org
 [1] http://gora.apache.org
-[2] http://gora.apache.org/docs/current/gora-conf.html
-[3] https://issues.apache.org/jira/browse/HADOOP-6945
-[4] https://issues.apache.org/jira/browse/HBASE-5754</p>
+[2] http://gora.apache.org/docs/current/gora-conf.html</p>
+<p>[4] https://issues.apache.org/jira/browse/HBASE-5754</p>
 
   </div> <!-- /container (main block) -->