You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/01/11 20:22:40 UTC

svn commit: r1230199 - /incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex

Author: ecn
Date: Wed Jan 11 19:22:40 2012
New Revision: 1230199

URL: http://svn.apache.org/viewvc?rev=1230199&view=rev
Log:
ACCUMULO-285: update package name in the user manual

Modified:
    incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex

Modified: incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex?rev=1230199&r1=1230198&r2=1230199&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex (original)
+++ incubator/accumulo/branches/1.4/docs/src/user_manual/chapters/table_configuration.tex Wed Jan 11 19:22:40 2012
@@ -119,7 +119,7 @@ change to an existing constraint class r
 
 An example of constraints can be found in\\
 \texttt{accumulo/docs/examples/README.constraints} with corresponding code under\\
-\texttt{accumulo/src/examples/main/java/accumulo/examples/constraints} .
+\texttt{accumulo/src/examples/simple/main/java/accumulo/examples/simple/constraints} .
 
 \section{Bloom Filters}
 As mutations are applied to an Accumulo table, several files are created per tablet. If
@@ -353,7 +353,7 @@ Additional Combiners can be added by cre
 class to Accumulo's lib/ext directory.
 
 An example of a Combiner can be found under\\
-accumulo/src/examples/main/java/org/apache/accumulo/examples/combiner/StatsCombiner.java
+accumulo/src/examples/simple/main/java/org/apache/accumulo/examples/simple/combiner/StatsCombiner.java
 
 
 \section{Block Cache}