Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/235#discussion_r107684327
--- Diff: assemble/conf/accumulo-env.sh ---
@@ -36,6 +36,22 @@ export
HADOOP_CONF_DIR="${HADOOP_CONF_DIR:-${HADOOP_PREFIX}/etc/hadoop}"
## Zookeeper installation
export ZOOKEEPER_HOME="${ZOOKEEPER_HOME:-/path/to/zookeeper}"
+##########################
+# Build CLASSPATH variable
+##########################
+
+## Adds external Hadoop & Zookeeper dependencies to CLASSPATH. See "Vendor
configuration" section of Accumulo user manual
+## for different settings if you installed vendor's distribution of Hadoop
or Zookeeper.
--- End diff --
If we put info about vendor specific configs on website, then we could put
a link to that info here.
---
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.
---