Author: lewismc
Date: Mon Sep 29 00:51:59 2014
New Revision: 1628109
URL: http://svn.apache.org/r1628109
Log:
Update GoraCI documentation
Modified:
gora/site/trunk/content/current/index.md
Modified: gora/site/trunk/content/current/index.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/index.md?rev=1628109&r1=1628108&r2=1628109&view=diff
==============================================================================
--- gora/site/trunk/content/current/index.md (original)
+++ gora/site/trunk/content/current/index.md Mon Sep 29 00:51:59 2014
@@ -166,27 +166,28 @@ Below is a description of the Java progr
*
[org.apache.gora.goraci.Delete](https://github.com/apache/gora/blob/master/gora-goraci/src/main/java/org/apache/gora/goraci/Delete.java)
- A standalone program that deletes a single node
*
[org.apache.gora.goraci.Loop](https://github.com/apache/gora/blob/master/gora-goraci/src/main/java/org/apache/gora/goraci/Loop.java)
- Runs generation and verify in a loop
-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.
+[goraci.sh](https://github.com/apache/gora/blob/master/gora-goraci/goraci.sh)
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.
- $ ./org.apache.gora.goraci.sh Generator
+<code>
+ $ ./goraci.sh Generator
Usage : Generator <num mappers> <num nodes>
+</code>
-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,
+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.
-GORA AND HADOOP
------------------
+####Gora and Hadoop
-Gora uses Avro which uses a Json library that Hadoop has an old version of.
+Gora uses [Apache Avro](http://avro.apache.org) 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].
+[HADOOP-6945](https://issues.apache.org/jira/browse/HADOOP-6945).
GORACI AND HBASE
-----------------
@@ -308,5 +309,5 @@ is being tracked under HBASE-5754 [4].
[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