Skip to content

Commit

Permalink
Add required fields to job cluster samples (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: jaegoo.kim <[email protected]>
  • Loading branch information
JaeguKim and jaegoo.kim authored Mar 15, 2022
1 parent ea0d912 commit e6ff988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/samples/flinkoperator_v1beta1_flinkjobcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
image:
name: flink:1.14.2
jobManager:
accessScope: Cluster
ports:
ui: 8081
resources:
Expand All @@ -38,5 +39,6 @@ spec:
className: org.apache.flink.streaming.examples.wordcount.WordCount
args: ["--input", "./README.txt"]
parallelism: 2
restartPolicy: Never
flinkProperties:
taskmanager.numberOfTaskSlots: "1"

0 comments on commit e6ff988

Please sign in to comment.