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

svn commit: r1578577 [3/3] - in /accumulo/site/trunk/content: 1.4/ 1.4/examples/ 1.4/user_manual/ 1.5/ 1.5/examples/

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