Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/221#discussion_r103014338
  
    --- Diff: assemble/conf/templates/accumulo-env.sh ---
    @@ -25,6 +25,21 @@
     # Variables that must be set
     ############################
     
    +## Accumulo logs directory. Referenced by logger config.
    +export ACCUMULO_LOG_DIR="${ACCUMULO_LOG_DIR:-$ACCUMULO_HOME/logs}"
    +## Hadoop installation
    +export HADOOP_PREFIX="${HADOOP_PREFIX:-/path/to/hadoop}"
    +## Hadoop configuration
    +export HADOOP_CONF_DIR="${HADOOP_CONF_DIR:-${HADOOP_PREFIX}/etc/hadoop}"
    +## Zookeeper installation
    +export ZOOKEEPER_HOME="${ZOOKEEPER_HOME:-/path/to/zookeeper}"
    +## See HADOOP-7154 and ACCUMULO-847
    +export MALLOC_ARENA_MAX=${MALLOC_ARENA_MAX:-1}
    --- End diff --
    
    Maybe not "must be set", but certainly strongly recommended, even for the 
average user. It's not a high-performance tweak; it's a workaround for bad 
memory management in glibc. That can impact average users, too. Not sure if 
this is still needed post-RHEL6, though.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to