[
https://issues.apache.org/jira/browse/ACCUMULO-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-2917:
----------------------------------------
Status: Patch Available (was: Open)
> Accumulo shell remote debugger settings.
> ----------------------------------------
>
> Key: ACCUMULO-2917
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2917
> Project: Accumulo
> Issue Type: Improvement
> Components: scripts
> Reporter: Vicky Kak
> Assignee: Vicky Kak
> Priority: Trivial
> Attachments: ACCUMULO-2917.patch
>
>
> While trying to get the remote debugger running with accumulo I figured that
> for the accumulo shell command we need to introduce the following changes
> 1) test -z "$ACCUMULO_SHELL_OPTS" && export ACCUMULO_SHELL_OPTS="-Xmx128m
> -Xms64m -Xrunjdwp:server=y,transport=dt_socket,address=4002,suspend=n"
> in accumulo-env.sh
> 2)
> include the additional case in accumulo.sh
> shell) export ACCUMULO_OPTS="${ACCUMULO_GENERAL_OPTS}
> ${ACCUMULO_SHELL_OPTS}" ;;
> We can't define the debugger port in the $ACCUMULO_OTHER_OPTS in the
> accumulo-env.sh as that would be bind when start-all.sh is called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)