Josh Elser created ACCUMULO-3836:
------------------------------------
Summary: Scripts expect `host` command to be available
Key: ACCUMULO-3836
URL: https://issues.apache.org/jira/browse/ACCUMULO-3836
Project: Accumulo
Issue Type: Bug
Components: docs, scripts
Affects Versions: 1.7.0, 1.6.2, 1.6.1, 1.6.0
Reporter: Josh Elser
Priority: Minor
Fix For: 1.6.3, 1.8.0, 1.7.1
Noticed the following when running a start-all.sh with {{bash -x}}
{noformat}
+ HOST=my_hostname
+ host my_hostname
+ [[ 127 != 0 ]]
{noformat}
I didn't actually have bind-utils installed on centos so we got the 127
retcode. We should probably have this documented somewhere and have better
assertions if we actually need this command installed to correctly run the
scripts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)