You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by jw...@apache.org on 2014/01/14 19:10:16 UTC

svn commit: r1558134 - /crunch/site/trunk/content/user-guide.mdtext

Author: jwills
Date: Tue Jan 14 18:10:16 2014
New Revision: 1558134

URL: http://svn.apache.org/r1558134
Log:
Fix sequence file links for sources/targets

Modified:
    crunch/site/trunk/content/user-guide.mdtext

Modified: crunch/site/trunk/content/user-guide.mdtext
URL: http://svn.apache.org/viewvc/crunch/site/trunk/content/user-guide.mdtext?rev=1558134&r1=1558133&r2=1558134&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Tue Jan 14 18:10:16 2014
@@ -706,10 +706,10 @@ Here is a table of commonly used Sources
   </tr>
   <tr>
     <td>Sequence</td>
-    <td><a href="apidocs/0.9.0/org/apache/crunch/io/seq/SequenceFileTableSource.html">org.apache.crunch.io.seq.SequenceFileTableSource</a></td>
+    <td><a href="apidocs/0.9.0/org/apache/crunch/io/seq/SeqFileTableSource.html">org.apache.crunch.io.seq.SeqFileTableSource</a></td>
     <td>PTable&lt;K, V&gt;</td>
     <td>sequenceFile</td>
-    <td>Also has a <a href="apidocs/0.9.0/org/apache/crunch/io/seq/SequenceFileSource.html">SequenceFileSource</a> which reads the value and ignores the key.</td>
+    <td>Also has a <a href="apidocs/0.9.0/org/apache/crunch/io/seq/SeqFileSource.html">SeqFileSource</a> which reads the value and ignores the key.</td>
   </tr>
   <tr>
     <td>Avro</td>
@@ -788,7 +788,7 @@ Here is a table of commonly used Targets
   </tr>
   <tr>
     <td>Sequence</td>
-    <td><a href="apidocs/0.9.0/org/apache/crunch/io/seq/SequenceFileTarget.html">org.apache.crunch.io.seq.SequenceFileTarget</a></td>
+    <td><a href="apidocs/0.9.0/org/apache/crunch/io/seq/SeqFileTarget.html">org.apache.crunch.io.seq.SeqFileTarget</a></td>
     <td>sequenceFile</td>
     <td>Works on both PCollection and PTable.</td>
   </tr>