Frank Greguska created SDAP-65:
----------------------------------
Summary: ningesterpy needs to run with unbuffered stdout
Key: SDAP-65
URL: https://issues.apache.org/jira/browse/SDAP-65
Project: Apache Science Data Analytics Platform
Issue Type: Bug
Reporter: Frank Greguska
In the current ningester docker image ningesterpy is run without the `-u` flag
meaning that stdout can be buffered. ThisĀ can cause theĀ `[ningesterpy]`
messages to not show up in the logs.
Need to modify the entrypoint script to add `-u` to the python command.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)