Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/110#discussion_r66086333
  
    --- Diff: assemble/conf/templates/accumulo-env.sh ---
    @@ -79,3 +79,11 @@ export ZKLOCK_RETRIES="5"
     
     # The number of .out and .err files per process to retain
     # export ACCUMULO_NUM_OUT_FILES=5
    +
    +export NUM_TSERVERS=1
    +
    +### Example for configuring multiple tservers per host
    +### export NUM_TSERVERS=2
    +### declare -a TSERVER_NUMA_OPTIONS
    --- End diff --
    
    This documentation could be a bit more explicit and specifically point out 
that the user can set `TSERVER_NUMA_OPTIONS[1]`  to 
`TSERVER_NUMA_OPTIONS[NUM_TSERVERS]`. 


---
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.
---

Reply via email to