Dennis-Mircea commented on code in PR #1205:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/1205#discussion_r3959371179
##########
examples/flink-beam-example/beam-example.yaml:
##########
@@ -38,7 +38,7 @@ spec:
cpu: "1"
job:
entryClass: org.apache.beam.examples.WordCount
- jarURI: local:///opt/flink/usrlib/beam-runner.jar
- args: [ "--runner=FlinkRunner", "--output=file://opt/output.txt" ]
+ jarURI: file:///opt/flink/usrlib/beam-runner.jar
Review Comment:
Yes, it was intentional, because it is a Beam-specific integration issue, as
Beam's FlinkRunner has problems resolving the `local://` paths. The `local://`
paths are specific to Flink only.
--
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]