Amemeda commented on code in PR #138:
URL: https://github.com/apache/accumulo-examples/pull/138#discussion_r3571905028


##########
docs/reservations.md:
##########
@@ -25,14 +25,14 @@ and trent to reserve room06 on 20140101. Bob ends up 
getting the reservation
 and everyone else is put on a wait list. The example code will take any string
 for what, when and who.
     
-    $ /path/to/accumulo org.apache.accumulo.server.util.ListInstances
+    $ accumulo inst list-instances
     
     Instance Name       | Instance ID                          | Master        
                
     
---------------------+--------------------------------------+-------------------------------
         <instance name> | 9f8f2a97-432f-4e66-b153-861e2a1ca246 |               
 localhost:9999
     
-    $ /path/to/accumulo shell -u root -p secret -e "createnamespace examples"
-    $ /path/to/accumulo shell -u root -p secret -e "createtable examples.ars"
+    $ accumulo shell --user root --password secret --execute-command 
"createnamespace examples"
+    $ accumulo shell --user root --password secret --execute-command 
"createtable examples.ars"

Review Comment:
   Should the rest of the username passwords be omitted throughout accumulo 
examples? my previous changes updates all occurrences to `$ accumulo shell 
--user root --password secret`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to