Amunsen crashes because yaml file has incompatible versions mentioned #2160
Labels
stale
status:needs_triage
For all issues that need to be processed
type:bug
An unexpected problem or unintended behavior
Incompatible versions of elasticsearch and amundsen-search containers
Expected Behavior
docker-compose -f docker-amundsen.yml up
amundsen start working seamlesslyCurrent Behavior
psycopg2-binary',
atlas-client`.elasticsearch
andelasticsearch-dsl
are mentioned that doesn't work withelasticsearch:8.0.0
container (which is mentioned indocker-amundsen.yml
file)Possible Solution
docker-amundsen.yml
file with compatible versions. likeelasticsearch==7.13.4
,elasticsearch-dsl==7.4.0
,amundsen-common==0.24.1
,amundsen-databuilder==6.4.6
,amundsen-search==3.0.0
Steps to Reproduce
docker-compose -f docker-amundsen.yml up
amundsen/databuilder/requirements.txt
directory by runningpip3 install -r requirements.txt
python3 setup.py install
python3 example/scripts/sample_data_loader.py
es_amundsen
container not receiving HTTP PUT calls to create new indexes.Screenshots (if appropriate)
Context
Your Environment
The text was updated successfully, but these errors were encountered: