[
https://issues.apache.org/jira/browse/ACCUMULO-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922782#comment-15922782
]
Christopher Tubbs commented on ACCUMULO-4606:
---------------------------------------------
> Isn't this just an implementation detail? If we figure that out (some
> subset/category of subcommands that requires an env to be created), that
> sounds like it will pay down on some future debt.
Well, yes. Right now, the dividing line is all of the commands executed by the
{{accumulo}} command (because they are all Java commands, which this script is
wrapping), and none of the commands executed by the {{accumulo-util}} command
(which are all bash utility commands).
Another line dividing them is that everything in {{accumulo}} is required
(because we need a wrapper around the Java commands), and everything in
{{accumulo-util}} is optional (because they may not be needed for your
particular packaging/deployment strategy).
There may be implementation details which break these two ways of dividing
things up... but these two ways are how I currently think about their separate
responsibilities.
> Host scripts are not created by `accumulo-util create-config`
> -------------------------------------------------------------
>
> Key: ACCUMULO-4606
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4606
> Project: Accumulo
> Issue Type: Bug
> Components: scripts
> Reporter: Josh Elser
> Fix For: 2.0.0
>
>
> Not sure if this was an intended divergence from previous, but the generated
> configuration files don't include defaults of "localhost" as previous.
> [~mikewalch], can you confirm?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)