Description
Noticed that tool.sh doesn't properly check for a single zookeeper.jar in $ZOOKEEPER_HOME. It incorrectly errored on my machine:
➜ jelser@hw10447.local % echo $(eval $ZOOKEEPER_CMD | wc -l) 1 ➜ jelser@hw10447.local % echo "$(eval $ZOOKEEPER_CMD | wc -l)" 1
I think the issue is that the leading whitespace is significant.
Attachments
Issue Links
- is broken by
-
ACCUMULO-2423 Converge Shell scripts on single implementation
- Resolved
- is related to
-
ACCUMULO-3599 Get more (all) ITs running with Kerberos
- Resolved