We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported in #675 , the Quick start instructions fail on Mac because of the following problems :
While executing make cluster:
make cluster
readlink
-f
uuidgen
Also, the documentation recommends to tune sysctl value tune vm/max_map_count for Elasticsearch, but it fails on mac.
sysctl
tune vm/max_map_count
Possible Solution
readlink -f
bin/arnold
bin/init-cluster
The text was updated successfully, but these errors were encountered:
While executing bin/arnold -c eugene -e development -a hello bootstrap:
bin/arnold -c eugene -e development -a hello bootstrap
hostname -I
Sorry, something went wrong.
@jmaupetit Which Operating system do you use for arnold?
Which Operating system do you use for arnold?
GNU/Linux.
No branches or pull requests
Bug Report
As reported in #675 , the Quick start instructions fail on Mac because of the following problems :
While executing
make cluster
:readlink
does not support the-f
option on Macuuidgen
returns uppercase strings on MacAlso, the documentation recommends to tune
sysctl
valuetune vm/max_map_count
for Elasticsearch, but it fails on mac.Possible Solution
readlink -f
and apply it inbin/arnold
andbin/init-cluster
(hint here?)uuidgen
case issueThe text was updated successfully, but these errors were encountered: