datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Some Quickstart scripts don't work with Docker-Quickstart

Open foster33 opened this issue 4 months ago • 0 comments

Within the datawave-quickstart, there are some scripts that use Python. When run using the Docker-quickstart, those scripts do not work. One that I found to not work properly was ingest-tv-shows.sh (might be others).

Quickstart scripts that use python:

  • query.sh
  • tvmaze-api-query.sh

Docker-quickstart will need Python to be installed. In addition, some of the code within those bash scripts might need to be updated to ensure compatibility for Python 2.X and Python 3.X.

foster33 avatar Oct 16 '24 13:10 foster33