Till Rohrmann created FLINK-10140:
-------------------------------------
Summary: Log files are not available via web UI in containerized
environment
Key: FLINK-10140
URL: https://issues.apache.org/jira/browse/FLINK-10140
Project: Flink
Issue Type: Bug
Components: Docker, Kubernetes
Affects Versions: 1.6.0, 1.5.2, 1.7.0
Reporter: Till Rohrmann
Fix For: 1.7.0
Since we start Flink components in the foreground (see
{{flink-contrib/docker-flink/docker-entrypoint.sh}} and
{{flink-container/docker/docker-entrypoint.sh}} we print the log statements to
STDOUT and don't write them into a file. Consequently, the web UI cannot server
the log files since they don't exist.
A simple way to fix the problem is to also create a log file like in daemon mode
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)