This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new b69906c  Trivial documentation cleanup
b69906c is described below

commit b69906c9950d9f81f23399dddc9d5c95ad856f9b
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Fri Mar 10 10:32:14 2023 -0500

    Trivial documentation cleanup
    
    Removing extraneous '>' characters from example output.
---
 docs/uniquecols.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/uniquecols.md b/docs/uniquecols.md
index 99ad701..7441fa2 100644
--- a/docs/uniquecols.md
+++ b/docs/uniquecols.md
@@ -27,9 +27,9 @@ qualifiers.
 $ /path/to/accumulo shell -u username -p secret
 username@instance> createnamespace examples
 username@instance> createtable examples.unique
-username@instance> examples.unique> insert row1 fam1 qual1 v1
-username@instance> examples.unique> insert row2 fam1 qual1 v2
-username@instance> examples.unique> insert row3 fam1 qual1 v3
+username@instance examples.unique> insert row1 fam1 qual1 v1
+username@instance examples.unique> insert row2 fam1 qual1 v2
+username@instance examples.unique> insert row3 fam1 qual1 v3
 ```
 
 Exit the Accumulo shell and run the uniqueColumns mapReduce job against 

Reply via email to