[
https://issues.apache.org/jira/browse/ACCUMULO-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs resolved ACCUMULO-2280.
-----------------------------------------
Resolution: Won't Fix
The scripts were reworked in 2.0. If opts are needed by a user, they can be
added in their conf/accumulo-env.sh script.
> Add ACCUMULO_TRACER_OPTS to bin/accumulo
> ----------------------------------------
>
> Key: ACCUMULO-2280
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2280
> Project: Accumulo
> Issue Type: Bug
> Components: scripts
> Reporter: Vikram Srivastava
> Priority: Minor
> Labels: newbie
>
> Not sure if it's intentional, but we allow java opts for all components to be
> configured independently except for tracer, which has to rely on
> "ACCUMULO_OTHER_OPTS":
> {noformat}
> case "$1" in
> master) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_MASTER_OPTS}" ;;
> gc) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS} ${ACCUMULO_GC_OPTS}"
> ;;
> tserver) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_TSERVER_OPTS}" ;;
> monitor) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_MONITOR_OPTS}" ;;
> logger) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_LOGGER_OPTS}" ;;
> *) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_OTHER_OPTS}" ;;
> esac
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)