ctubbsii commented on code in PR #138:
URL: https://github.com/apache/accumulo-examples/pull/138#discussion_r3575295622
##########
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:
But you could also just leave those parts unchanged, since it's not
important.
--
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]