我要评分
获取效率
正确性
完整性
易理解

Installing OmniStateStore

Installing OmniStateStore

  1. Log in to the installation node and upload the BoostKit-booststatestore_1.0.0.tar.gz software package to the ${FLINK_HOME}/lib/ subdirectory.
  2. 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
  3. Delete the software package.
    rm -f BoostKit-booststatestore_1.0.0.tar.gz