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 2011/11/17 16:24:31 UTC

svn commit: r1203219 - /incubator/accumulo/branches/1.4/docs/examples/README.constraints

Author: billie
Date: Thu Nov 17 15:24:31 2011
New Revision: 1203219

URL: http://svn.apache.org/viewvc?rev=1203219&view=rev
Log:
ACCUMULO-103 fixed typo in constraints example

Modified:
    incubator/accumulo/branches/1.4/docs/examples/README.constraints

Modified: incubator/accumulo/branches/1.4/docs/examples/README.constraints
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/examples/README.constraints?rev=1203219&r1=1203218&r2=1203219&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/docs/examples/README.constraints (original)
+++ incubator/accumulo/branches/1.4/docs/examples/README.constraints Thu Nov 17 15:24:31 2011
@@ -22,7 +22,7 @@ numeric keys.  The other constraint does
 inserts that violate these constraints are attempted and denied.  The scan at
 the end shows the inserts were not allowed. 
 
-    $ ./bin/accumulo shell -u username -p pass
+    $ ./bin/accumulo shell -u username -p password
     
     Shell - Accumulo Interactive Shell
     - 
@@ -34,7 +34,7 @@ the end shows the inserts were not allow
     - 
     username@instance> createtable testConstraints
     username@instance testConstraints> config -t testConstraints -s table.constraint.1=org.apache.accumulo.examples.constraints.NumericValueConstraint
-    username@instance testConstraints> config -t testConstraints -s table.constraint.2=org.apache.accumulo.examples.constraints.AlphaNumKeyConstrain                                                                                                    
+    username@instance testConstraints> config -t testConstraints -s table.constraint.2=org.apache.accumulo.examples.constraints.AlphaNumKeyConstraint
     username@instance testConstraints> insert r1 cf1 cq1 1111
     username@instance testConstraints> insert r1 cf1 cq1 ABC
       Constraint Failures: