You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/10/19 11:34:15 UTC

[GitHub] [beam] mxm commented on a change in pull request #13116: [BEAM-9855] Provide an option to configure the Flink state backend

mxm commented on a change in pull request #13116:
URL: https://github.com/apache/beam/pull/13116#discussion_r507675006



##########
File path: runners/flink/flink_runner.gradle
##########
@@ -148,6 +148,8 @@ dependencies {
   compile "org.apache.flink:flink-java:$flink_version"
   compile "org.apache.flink:flink-runtime_2.11:$flink_version"
   compile "org.apache.flink:flink-streaming-java_2.11:$flink_version"
+  // RocksDB state backend
+  compile "org.apache.flink:flink-statebackend-rocksdb_2.11:$flink_version"

Review comment:
       Is that true? AFAIK RocksDB is an optional dependency. We can change the scope to `provided` and add a separate dependency with `testCompile`.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org