1
0

[HUDI-3607] Support backend switch in HoodieFlinkStreamer (#5032)

* [HUDI-3607] Support backend switch in HoodieFlinkStreamer

* [HUDI-3607] Support backend switch in HoodieFlinkStreamer
1. checkstyle fix

* [HUDI-3607] Support backend switch in HoodieFlinkStreamer
1. change the msg
This commit is contained in:
that's cool
2022-03-16 14:07:31 +08:00
committed by GitHub
parent 296a0e6bcf
commit 91849c3d66
4 changed files with 56 additions and 2 deletions

View File

@@ -174,6 +174,12 @@
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-statebackend-rocksdb_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>