lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taskmanager did not invoke python beam by beam-python/flink-operator-custom-resource.yaml

pzou1974 opened this issue · comments

https://github.com/lyft/flinkk8soperator/blob/master/examples/beam-python/flink-operator-custom-resource.yaml I

did kubectl create -f flink-operator-custom-resource.yaml

but on the taskmgr pod log I did not see python example got invoked.

Hi, on the TM pod, you should see the Beam SDK worker process. Did Flink job start/terminate (check Flink UI)?

Yes. I checked UI both taskmgr and jobmgr are running. but failed to find completed python job.
Let me have one more test.