How to Change Flink Magazine Directory

I understand that Flink uses log4j to manage the log. Therefore, I change the log setting in log4j.property, where I set the output location. However, when I run the job wizard, it says that the location of the log is changed, not the default location. So how can I gracefully change the location of Flink magazine?

+4
source share
2 answers

The lib directory is installed by default through bin/config.sh. Find FLINK_LOG_DIR. You can simply update the script to change the default log directory.

+4
source

1.0.3 env.log.dir , .

+2

Source: https://habr.com/ru/post/1623084/


All Articles