[
https://issues.apache.org/jira/browse/ACCUMULO-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049375#comment-16049375
]
Christopher Tubbs commented on ACCUMULO-4606:
---------------------------------------------
Agree that "util" is overloaded and un-descriptive. I took a look at the other
commands that the script was responsible for, and I think most of them aren't
really needed:
* *build-native*: not really needed; this replaces a very simple (untar && make
&& cp) one-liner which could be in the INSTALL.md
* *hadoop-jar*: convenient, but probably not needed as something baked in to
Accumulo scripts; only really useful for launching certain MapReduce jobs from
the command-line; could be replaced with a blog post explaining how to
construct a class path for launching MapReduce jobs
* *gen-monitor-cert*: probably not needed; makes a lot of assumptions about
keystore creation params and only creates a self-signed cert only useful for
testing; a good blog post could replace this and enable users to create better
certs
* *load-jars-hdfs*: probably not needed; only useful when using vfs
classloader; can be replaced with a good blog post, which gives users more
ability to understand what they are setting up
> 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
> Affects Versions: 2.0.0
> Reporter: Josh Elser
>
> 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.4.14#64029)