Modifying the Flink Configuration Files
All Flink configuration files are stored in the $FLINK_HOME/conf directory. Before modifying the configuration files, run the following command to switch to $FLINK_HOME/conf:
1 | cd $FLINK_HOME/conf |
Modify the flink-conf.yaml file as follows:
1 2 | env.java.home: /usr/local/jdk8u252-b09 env.hadoop.conf.dir: /usr/local/hadoop/etc/hadoop/ |
Parent topic: Deploying Flink (on YARN)