fernando-wizeline commented on a change in pull request #17015:
URL: https://github.com/apache/beam/pull/17015#discussion_r835491915
##########
File path: examples/java/build.gradle
##########
@@ -91,10 +91,18 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.9"
implementation "org.apache.httpcomponents:httpclient:4.5.13"
implementation "org.apache.httpcomponents:httpcore:4.4.13"
+ implementation project(path: ":runners:flink:1.11")
Review comment:
I added that one so that I could use the FlinkPipelineOptions to set the
setFasterCopy to true. When running the example through flink it recommends
setting that to true. Is it ok to leave it there? Not sure about the pros and
cons.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]