[
https://issues.apache.org/jira/browse/ACCUMULO-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922681#comment-15922681
]
Mike Walch commented on ACCUMULO-4606:
--------------------------------------
Below are the current commands in accumulo-util. The 'create-config' and
'build-native' commands used to exist in 'accumulo' script. However, there was
some concern about having some bash script commands mixed in with mostly Java
commands so they were moved out. For example, the usage for script is printed
by Java but included usage for bash commands. Also, 'accumulo' script is now
very simple wrapper around call to Java.
As for future direction, I think we should either move all of accumulo-util
commands to accumulo script or leave as is.
{noformat}
$ accumulo-util
'' is an invalid <command>
Usage: accumulo-util <command> (<argument> ...)
Commands:
create-config Creates Accumulo configuration
build-native Builds Accumulo native libraries
hadoop-jar Runs 'hadoop jar' command with Accumulo jars
gen-monitor-cert Generates Accumulo monitor certficate
load-jars-hdfs Loads Accumulo jars in lib/ to HDFS for VFS classloader
{noformat}
> 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)