datawave
datawave copied to clipboard
Some Quickstart scripts don't work with Docker-Quickstart
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.