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>>) 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>