Modified: accumulo/site/trunk/content/1.5/examples/filedata.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.5/examples/filedata.mdtext?rev=1578577&r1=1578576&r2=1578577&view=diff
==============================================================================
--- accumulo/site/trunk/content/1.5/examples/filedata.mdtext (original)
+++ accumulo/site/trunk/content/1.5/examples/filedata.mdtext Mon Mar 17 
21:10:11 2014
@@ -23,8 +23,8 @@ The example has the following classes:
  * ChunkCombiner - An Iterator that dedupes file data and sets their 
visibilities to a combined visibility based on current references to the file 
data.
  * ChunkInputFormat - An Accumulo InputFormat that provides keys containing 
file info (List<Entry<Key,Value>>) and values with an InputStream over the file 
(ChunkInputStream).
  * ChunkInputStream - An input stream over file data stored in Accumulo.
- * FileDataIngest - Takes a list of files and archives them into Accumulo 
keyed on the SHA1 hashes of the files.
- * FileDataQuery - Retrieves file data based on the SHA1 hash of the file. 
(Used by the dirlist.Viewer.)
+ * FileDataIngest - Takes a list of files and archives them into Accumulo 
keyed on hashes of the files.
+ * FileDataQuery - Retrieves file data based on the hash of the file. (Used by 
the dirlist.Viewer.)
  * KeyUtil - A utility for creating and parsing null-byte separated strings 
into/from Text objects.
  * VisibilityCombiner - A utility for merging visibilities into the form 
(VIS1)|(VIS2)|...
 

Modified: accumulo/site/trunk/content/1.5/examples/index.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.5/examples/index.mdtext?rev=1578577&r1=1578576&r2=1578577&view=diff
==============================================================================
--- accumulo/site/trunk/content/1.5/examples/index.mdtext (original)
+++ accumulo/site/trunk/content/1.5/examples/index.mdtext Mon Mar 17 21:10:11 
2014
@@ -93,24 +93,3 @@ features of Apache Accumulo.
 
 
 [1]: /1.5/user_manual/Accumulo_Shell.html#User_Administration
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


Reply via email to