You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/03/17 22:10:31 UTC

svn commit: r902049 [3/3] - in /websites/staging/accumulo/trunk/content: ./ 1.4/ 1.4/examples/ 1.4/user_manual/ 1.5/ 1.5/examples/

Modified: websites/staging/accumulo/trunk/content/1.5/examples/filedata.html
==============================================================================
--- websites/staging/accumulo/trunk/content/1.5/examples/filedata.html (original)
+++ websites/staging/accumulo/trunk/content/1.5/examples/filedata.html Mon Mar 17 21:10:31 2014
@@ -98,8 +98,8 @@ The example has the following classes:</
 <li>ChunkCombiner - An Iterator that dedupes file data and sets their visibilities to a combined visibility based on current references to the file data.</li>
 <li>ChunkInputFormat - An Accumulo InputFormat that provides keys containing file info (List<Entry<Key,Value>&gt;) and values with an InputStream over the file (ChunkInputStream).</li>
 <li>ChunkInputStream - An input stream over file data stored in Accumulo.</li>
-<li>FileDataIngest - Takes a list of files and archives them into Accumulo keyed on the SHA1 hashes of the files.</li>
-<li>FileDataQuery - Retrieves file data based on the SHA1 hash of the file. (Used by the dirlist.Viewer.)</li>
+<li>FileDataIngest - Takes a list of files and archives them into Accumulo keyed on hashes of the files.</li>
+<li>FileDataQuery - Retrieves file data based on the hash of the file. (Used by the dirlist.Viewer.)</li>
 <li>KeyUtil - A utility for creating and parsing null-byte separated strings into/from Text objects.</li>
 <li>VisibilityCombiner - A utility for merging visibilities into the form (VIS1)|(VIS2)|...</li>
 </ul>