Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/227#discussion_r104250990
--- Diff: assemble/bin/accumulo-util ---
@@ -512,13 +516,8 @@ function gen_monitor_cert() {
}
function load_jars_hdfs() {
- export ACCUMULO_HOME="$basedir"
-
- if [ -f "${conf}/accumulo-env.sh" ]; then
- source "$conf/accumulo-env.sh"
- fi
if [ -z "$HADOOP_PREFIX" ]; then
- echo "HADOOP_PREFIX is not set. Please make sure it's set globally
or in $conf/accumulo-env.sh"
+ echo "HADOOP_PREFIX is not set!"
--- End diff --
Will be nice when we get to a point where we don't actually require this
any more.
---
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.
---