Skip to content
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

Amunsen crashes because yaml file has incompatible versions mentioned #2160

Open
pankajsoni22 opened this issue Jun 7, 2023 · 3 comments
Open
Labels
stale status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior

Comments

@pankajsoni22
Copy link

Incompatible versions of elasticsearch and amundsen-search containers

Expected Behavior

  1. With the command docker-compose -f docker-amundsen.yml up amundsen start working seamlessly
  2. Once amundsen is up with neo4j backend one should be able to ingest sample_data
  3. Amundsen UI should be able to search
  4. Amundsen UI should be able to bookmark
  5. Amundsen UI should be able to put together description of columns, tables etc.

Current Behavior

  1. databuilder/requirements.txt file do not hold dependencies like psycopg2-binary', atlas-client`.
  2. Incompatible versions of elasticsearch and elasticsearch-dsl are mentioned that doesn't work with elasticsearch:8.0.0 container (which is mentioned in docker-amundsen.yml file)

Possible Solution

  1. Mention missing dependencies in requirements.txt with their compatible versions.
  2. Update docker-amundsen.yml file with compatible versions. like elasticsearch==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

  1. Run docker-compose -f docker-amundsen.yml up
  2. Install python 3.x >= 3.6
  3. Install python dependencies from amundsen/databuilder/requirements.txt directory by running pip3 install -r requirements.txt
  4. Run python3 setup.py install
  5. Run python3 example/scripts/sample_data_loader.py
  6. Now you have to face many problems like es_amundsen container not receiving HTTP PUT calls to create new indexes.
  7. When you go on UI no search is possible
  8. Data partially ingested

Screenshots (if appropriate)

Context

Your Environment

@pankajsoni22 pankajsoni22 added status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior labels Jun 7, 2023
@boring-cyborg
Copy link

boring-cyborg bot commented Jun 7, 2023

Thanks for opening your first issue here!

@stale
Copy link

stale bot commented Jun 23, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Jun 23, 2023
@Golodhros Golodhros removed the stale label Jul 7, 2023
@stale
Copy link

stale bot commented Aug 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale status:needs_triage For all issues that need to be processed type:bug An unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants