Author: elserj
Date: Tue May  6 18:11:54 2014
New Revision: 1592823

URL: http://svn.apache.org/r1592823
Log:
ACCUMULO-2171 Fix bad markdown formatting for code region

Modified:
    accumulo/site/trunk/content/1.6/examples/maxmutation.mdtext

Modified: accumulo/site/trunk/content/1.6/examples/maxmutation.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.6/examples/maxmutation.mdtext?rev=1592823&r1=1592822&r2=1592823&view=diff
==============================================================================
--- accumulo/site/trunk/content/1.6/examples/maxmutation.mdtext (original)
+++ accumulo/site/trunk/content/1.6/examples/maxmutation.mdtext Tue May  6 
18:11:54 2014
@@ -43,5 +43,5 @@ working memory of the tablet server. The
 a single row with 10000 columns, which exceeds the memory limit:
 
     $ ./bin/accumulo org.apache.accumulo.test.TestIngest -i instance -z 
zookeepers -u username -p password --rows 1 --cols 10000
-ERROR : Constraint violates : 
ConstraintViolationSummary(constrainClass:org.apache.accumulo.examples.simple.constraints.MaxMutationSize,
 violationCode:0, violationDescription:mutation exceeded maximum size of 
188160, numberOfViolatingMutations:1)
+    ERROR : Constraint violates : 
ConstraintViolationSummary(constrainClass:org.apache.accumulo.examples.simple.constraints.MaxMutationSize,
 violationCode:0, violationDescription:mutation exceeded maximum size of 
188160, numberOfViolatingMutations:1)
 


Reply via email to