This documentation is for an unreleased version of Apache Flink Table Store. We recommend you use the latest stable version.
Build
Build From Source #
Clone from git, enter:
git clone https://github.com/apache/flink-table-store.git
The simplest way of building Table Store is by running:
mvn clean install -DskipTests
Flink 1.15 #
You can find Flink 1.15 bundled jar in ./flink-table-store-dist/target/flink-table-store-dist-0.3-SNAPSHOT.jar
.
Hive #
You can find Hive bundled jar in ./flink-table-store-hive/flink-table-store-hive-connector/target/flink-table-store-hive-connector-0.3-SNAPSHOT.jar
.
Spark #
You can find Spark bundled jar in ./flink-table-store-spark/target/flink-table-store-spark-0.3-SNAPSHOT.jar
.
Spark2 #
You can find Spark2 bundled jar in ./flink-table-store-spark2/target/flink-table-store-spark2-0.3-SNAPSHOT.jar
.
Flink 1.14 #
Running:
mvn clean install -Dmaven.test.skip=true -Pflink-1.14
You can find Flink 1.14 bundled jar in ./flink-table-store-dist/target/flink-table-store-dist-0.3-SNAPSHOT.jar
.
Note: Please do not use other connector jars (Hive, Spark), they are not available under -Pflink-1.14
.