Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/160#discussion_r87014185
--- Diff: docs/src/main/asciidoc/chapters/iterator_design.txt ---
@@ -37,8 +37,8 @@ pitfalls.
To invoke an Accumulo Iterator inside of the TabletServer, the Iterator
class must be on the classpath of every
TabletServer. For production environments, it is common to place a JAR
file which contains the Iterator in
-`$ACCUMULO_HOME/lib`. In development environments, it is convenient to
instead place the JAR file in
-`$ACCUMULO_HOME/lib/ext` as JAR files in this directory are dynamically
reloaded by the TabletServers alleviating the
+`$ACCUMULO_LIB_DIR`. In development environments, it is convenient to
instead place the JAR file in
--- End diff --
i still have that environment in the scripts but I reduced its usage
everywhere else.
---
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.
---