Installing OmniStateStore
- Obtain omnistatestore_1.1.0_aarch64_release.tar.gz based on Table 3.
- Log in to the installation node and upload the BoostKit-omnistatestore_1.1.0_aarch64_release.tar.gz software package to the ${FLINK_HOME}/lib/ subdirectory.
- Extract the software package.
tar -zxvf BoostKit-omnistatestore_1.1.0_aarch64_release.tar.gz
The software package contains only the OmniStateStore plugin JAR packages.
- flink-boost-statebackend-1.1.0-SNAPSHOT-for-flink-1.16.1.jar
- flink-boost-statebackend-1.1.0-SNAPSHOT-for-flink-1.16.3.jar
- flink-boost-statebackend-1.1.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.1.0-SNAPSHOT-for-flink-1.17.1.jar rm -f flink-boost-statebackend-1.1.0-SNAPSHOT-for-flink-1.16.1.jar
- To release drive space, run the following command to delete the software package:
rm -f BoostKit-omnistatestore_1.1.0_aarch64_release.tar.gz
Parent topic: OmniStateStore