Christopher Tubbs created ACCUMULO-2956:
-------------------------------------------
Summary: bootstrap_config.sh relies on GNU getopt for long opts,
which doesn't work in OS X
Key: ACCUMULO-2956
URL: https://issues.apache.org/jira/browse/ACCUMULO-2956
Project: Accumulo
Issue Type: Bug
Affects Versions: 1.6.0
Reporter: Christopher Tubbs
Fix For: 1.6.1, 1.7.0
Discovered while working on ACCUMULO-2646, bootstrap_config.sh's command line
options don't work without GNU getopt. This means that this script doesn't work
on OS X or BSD systems without modification.
The bootstrap_config.sh script should be modified to detect the OS and fall
back to a compatible argument parsing when not in Linux. The long opts should
be preserved in Linux, since these were available in Accumulo 1.6.0.
--
This message was sent by Atlassian JIRA
(v6.2#6252)