-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error with Elastic search #1
Comments
Hi @Bocchi7 , please try to answer to my doubt. There is a shard error and the elastic search code is stuck at 0docs [01:00, ?docs/s]. |
I am sorry that I tried but failed to reproduce this error. You might have to provide more details about your error. |
Hi, please see my elasticsearch node health, { It shows red, can you please guide me on how to solve it? It was not red earlier and the code was running perfectly. |
I am not familiar with the implementation of ElasticSearch. Thus, I cannot give any useful advice. |
Hi sir/ma'am,
I have been receiving an error regarding the elastic search. Can you please help me solve it?
The error: "ERROR:root:Unable to create Index in Elastic Search. Reason: TransportError(503, 'master_not_discovered_exception', None)"
This is received when I try to run:
cd data
wget -O elasticsearch-7.17.9.tar.gz https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.9-linux-x86_64.tar.gz # download Elasticsearch
tar zxvf elasticsearch-7.17.9.tar.gz
rm elasticsearch-7.17.9.tar.gz
cd elasticsearch-7.17.9
nohup bin/elasticsearch & # run Elasticsearch in background
cd ../..
python prep_elastic.py --data_path data/dpr/psgs_w100.tsv --index_name wiki # build index
The text was updated successfully, but these errors were encountered: