Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/235#discussion_r107687845
--- Diff: docs/src/main/asciidoc/chapters/administration.txt ---
@@ -364,17 +357,19 @@ consideration. There is no enforcement of these
warnings via the API.
==== Configuring the ClassLoader
-Accumulo loads classes from the locations specified in the
+general.classpaths+ property. Additionally, Accumulo will load classes
-from the locations specified in the +general.dynamic.classpaths+ property
and will monitor and reload them if they change. The reloading
-feature is useful during the development and testing of iterators as new
or modified iterator classes can be deployed to Accumulo without
-having to restart the database.
+Accumulo builds its Java classpath in +accumulo-env.sh+. After Accumulo
application have started, they will loads classes from the locations
--- End diff --
`they will loads classes`
---
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.
---