spuru9 commented on code in PR #1205:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/1205#discussion_r3951640736
##########
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:
minor question: we still have `local://` for all the other examples. Was
this change intentional?
--
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]