" start-foreground "$@"
$FLINK_HOME/bin/taskmanager.sh start "$@"
#hold the container
tail -f $CONF_FILE
-- --
??: "Yang Wang";
: 2019??7??10??(??) 3:02
??: "Ever"<439674...@qq.c
Hi Ever,
May you share more information about your environment?
If you could not find any log in the flink dashboard, you need to check the
log4j of job manager and task manager. Make sure you could find the log
files(jobmanager.log/taskmanager.log) under /opt/flink/log in the docker
container.
I
After deploying Flink 1.8.0 with docker, logger page for jobManager and
taskManager doesn't work.
I try to run flink with background mode instead of
start-foreground(docker-entrypoint.sh) , but the container can't be started.
Anyone can help?