Installing OmniStateStore
Installing OmniStateStore
- Log in to the installation node and upload the BoostKit-booststatestore_1.0.0.tar.gz software package to the ${FLINK_HOME}/lib/ subdirectory.
- Decompress the software package.
tar -zxvf BoostKit-booststatestore_1.0.0.tar.gz
The software package contains only the OmniStateStore plugin JAR packages.
- flink-boost-statebackend-1.0.0-SNAPSHOT-for-flink-1.16.3.jar
- flink-boost-statebackend-1.0.0-SNAPSHOT-for-flink-1.17.1.jar
Retain only the JAR package that matches the current Flink version and remove the other JAR packages. For example, retain Flink 1.16.3:
rm -f flink-boost-statebackend-1.0.0-SNAPSHOT-for-flink-1.17.1.jar
- Delete the software package.
rm -f BoostKit-booststatestore_1.0.0.tar.gz
Parent topic: OmniStateStore