You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/04/06 04:13:12 UTC

[jira] [Updated] (ACCUMULO-3538) Remove "logger" reference in assemble/bin/accumulo

     [ https://issues.apache.org/jira/browse/ACCUMULO-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-3538:
---------------------------------
    Fix Version/s:     (was: 1.7.0)
                   1.7.1
                   1.8.0

> Remove "logger" reference in assemble/bin/accumulo
> --------------------------------------------------
>
>                 Key: ACCUMULO-3538
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3538
>             Project: Accumulo
>          Issue Type: Task
>          Components: scripts
>    Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1
>            Reporter: Josh Elser
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 1.5.3, 1.6.3, 1.8.0, 1.7.1
>
>
> {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}
> We can get rid of the case for the logger. It's long-dead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)