arnold
arnold copied to clipboard
Mac support
Bug Report
As reported in #675 , the Quick start instructions fail on Mac because of the following problems :
While executing make cluster:
-
readlinkdoes not support the-foption on Mac -
uuidgenreturns uppercase strings on Mac
Also, the documentation recommends to tune sysctl value tune vm/max_map_count for Elasticsearch, but it fails on mac.
Possible Solution
- Find a POSIX alternative for
readlink -fand apply it inbin/arnoldandbin/init-cluster(hint here?) - Fix the
uuidgencase issue - Update the documentation to mention that the sysctl command needs special care on mac (possible solution here)
While executing bin/arnold -c eugene -e development -a hello bootstrap:
-
hostname -Idoes not work on Mac. (https://ss64.com/osx/hostname.html)
@jmaupetit Which Operating system do you use for arnold?
Which Operating system do you use for arnold?
GNU/Linux.