You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2011/11/21 17:13:19 UTC

svn commit: r1204573 - /incubator/accumulo/branches/1.3/docs/bulkIngest.html

Author: kturner
Date: Mon Nov 21 16:13:18 2011
New Revision: 1204573

URL: http://svn.apache.org/viewvc?rev=1204573&view=rev
Log:
ACCUMULO-125 fixed link in bulk ingest documentation

Modified:
    incubator/accumulo/branches/1.3/docs/bulkIngest.html

Modified: incubator/accumulo/branches/1.3/docs/bulkIngest.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/docs/bulkIngest.html?rev=1204573&r1=1204572&r2=1204573&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/docs/bulkIngest.html (original)
+++ incubator/accumulo/branches/1.3/docs/bulkIngest.html Mon Nov 21 16:13:18 2011
@@ -39,7 +39,7 @@ using map/reduce, the following high lev
 <ul>
 <li>Construct a <code>org.apache.accumulo.core.client.Connector</core> instance</li>
 <li>Call <code>connector.tableOperations().getSplits()</core></li>
-<li>Run a map/reduce job using <a href='apidocs/Accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html'>RangePartitioner</a> with splits from the previous step</li>
+<li>Run a map/reduce job using <a href='apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html'>RangePartitioner</a> with splits from the previous step</li>
 <li>Call <code>connector.tableOperations().importDirectory()</code> passing the output directory of the MapReduce job</li>
 </ul>