[
https://issues.apache.org/jira/browse/ACCUMULO-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440859#comment-13440859
]
Eric Newton commented on ACCUMULO-429:
--------------------------------------
Chris writes "opposed to having the the startup scripts jump through hoops to
ensure dependencies are installed." We should keep the idiot checks, but
remove the heroic checks, and move towards the fatjar single instance:
{noformat}
$ java -jar accumulo-fatjar-1.6.0.jar
Accumulo monitor available on http://localhost:50095
shell> createtable foo
shell foo > insert a b c d
shell foo > scan
a b:c [] d
shell foo > quit
$
{noformat}
> Clean up startup scripts
> ------------------------
>
> Key: ACCUMULO-429
> URL: https://issues.apache.org/jira/browse/ACCUMULO-429
> Project: Accumulo
> Issue Type: Task
> Components: dist
> Reporter: John Vines
>
> We do a fair amount of craziness to resolve paths, symlinks, etc. in our
> startup scripts. And we lack consistancy in doing so. We should go through
> our startup scripts and have some consistancy with out we resolve paths and
> make sure things work properly with relative paths, absolute paths, symlinks,
> and any other path craziness people can think of.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira