Obtaining Flink
- Compile Flink source code to generate the Flink archive. For details, see Flink Porting Guide (CentOS&openEuler).
- Place the Flink archive in the /usr/local directory on server1 and decompress it.
1 2
mv flink-1.7.0-bin-hadoop28-scala_2.11.tgz /usr/local tar -zxvf flink-1.7.0-bin-hadoop28-scala_2.11.tgz
If the archive name is not flink-1.7.0-bin-hadoop28-scala_2.11.tgz, replace it with the actual one.
- Create a soft link for subsequent version updates.
1ln -s flink-1.7.0 flink
If the software directory name is not flink-1.7.0, replace it with the actual one.
Parent topic: Deploying Flink (on YARN)