Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/160#discussion_r85226937
--- Diff: docs/src/main/asciidoc/chapters/clients.txt ---
@@ -32,16 +32,16 @@ classpath. For recent Zookeeper versions, you only need
to add the Zookeeper jar
what is in the Zookeeper lib directory. You can run the following command
on a
configured Accumulo system to see what its using for its classpath.
- $ACCUMULO_HOME/bin/accumulo classpath
+ accumulo classpath
Another option for running your code is to put a jar file in
-+$ACCUMULO_HOME/lib/ext+. After doing this you can use the accumulo
++$ACCUMULO_LIB_DIR/ext+. After doing this you can use the accumulo
script to execute your code. For example if you create a jar containing the
class +com.foo.Client+ and placed that in +lib/ext+, then you could use
the command
-+$ACCUMULO_HOME/bin/accumulo com.foo.Client+ to execute your code.
++accumulo com.foo.Client+ to execute your code.
If you are writing map reduce job that access Accumulo, then you can use
the
-bin/tool.sh script to run those jobs. See the map reduce example.
++lib/scripts/tool.sh+ script to run those jobs. See the map reduce example.
--- End diff --
Instead of lib/scripts, it's better to use libexec for scripts which are
launched by our bin/ commands. If it's intended to be invoked directly by a
user, it should be in bin/ or contrib/
---
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.
---