Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo-examples/pull/2#discussion_r92210797
--- Diff: docs/client.md ---
@@ -28,13 +28,12 @@ Using the accumulo command, you can run the simple
client examples by providing
class name, and enough arguments to find your accumulo instance. For
example,
the Flush class will flush a table:
- $ PACKAGE=org.apache.accumulo.examples.client
- $ bin/accumulo $PACKAGE.Flush -u root -p mypassword -i instance -z
zookeeper -t trace
+ $ ./bin/runex client.Flush -c ./examples.conf -t trace
--- End diff --
Nice fix
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---