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 2013/04/17 23:54:20 UTC

svn commit: r1469080 - /accumulo/branches/1.5/docs/examples/README.constraints

Author: ecn
Date: Wed Apr 17 21:54:20 2013
New Revision: 1469080

URL: http://svn.apache.org/r1469080
Log:
ACCUMULO-1187 update constraint info, remove reference to Loggers

Modified:
    accumulo/branches/1.5/docs/examples/README.constraints

Modified: accumulo/branches/1.5/docs/examples/README.constraints
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/docs/examples/README.constraints?rev=1469080&r1=1469079&r2=1469080&view=diff
==============================================================================
--- accumulo/branches/1.5/docs/examples/README.constraints (original)
+++ accumulo/branches/1.5/docs/examples/README.constraints Wed Apr 17 21:54:20 2013
@@ -38,8 +38,8 @@ the end shows the inserts were not allow
     - type 'help' for a list of available commands
     - 
     username@instance> createtable testConstraints
-    username@instance testConstraints> config -t testConstraints -s table.constraint.1=org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
-    username@instance testConstraints> config -t testConstraints -s table.constraint.2=org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
+    username@instance testConstraints> constraint -a org.apache.accumulo.examples.simple.constraints.NumericValueConstraint
+    username@instance testConstraints> constraint -a org.apache.accumulo.examples.simple.constraints.AlphaNumKeyConstraint
     username@instance testConstraints> insert r1 cf1 cq1 1111
     username@instance testConstraints> insert r1 cf1 cq1 ABC
       Constraint Failures: