[
https://issues.apache.org/jira/browse/ACCUMULO-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922716#comment-15922716
]
Mike Walch commented on ACCUMULO-4606:
--------------------------------------
bq. Do you recall what that was? It doesn't seem like something to need to
differentiate to me.
There was some concern about having some bash script commands (current
accumulo-util commands) mixed in with mostly Java commands (current accumulo
commands) so they were moved out. For example, the usage for 'accumulo' script
is printed by Java but if bash commands are included it will need to print
their usage as well. Also, 'accumulo' script is now very simple wrapper around
call to Java. Adding bash 'accumulo-util' will complicated the script.
bq. Simplifying the command-line "entrypoint" to just two scripts (local and
potentially distributed commands) sounds like a very good idea. accumulo and
accumulo-cluster sounds like a good idea to me.
Don't forget about 'accumulo-service' which starts/stops each service using
pid files. I am OK with combining accumulo & accumulo-util so we have 3
scripts: accumulo-cluster, accumulo-service, & accumulo. I think the issues I
mentioned about are not a big deal but I think Christopher might have had some
additional concerns.
> 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)