-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
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
Failed to connect to Elasticsearch #530
Comments
Hi, @ccq1 did you find any solution to this problem? |
no, I gave up that |
Ah okay. Thanks for the update. |
@smeesamnaqvi |
@MarsMan13 thanks, I will give it a go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I run ann-benchmark for elasticsearch
python run.py --dataset glove-100-angular -k 10 --runs 1 --algorithm elasticsearch
but I cannot establish a connection
I enter the Docker container where Elasticsearch is running using the exec command, and run lsof -i :9200 and lsof -i :9300,and there were no programs running on either of these two ports.
The text was updated successfully, but these errors were encountered: