Reputation: 330
We're running a Dataflow job on GCP using Apache Beam Python 3.9 SDK 2.45.0. For that, we're using a setup.py file that contains the packages to be installed on the worker machine. While installing the packages, we get the following error:
Python exited: signal: killed
Upon looking in the error logs, we found the following errors:
Any help would be appreciated, thanks!
Upvotes: 3
Views: 1703
Reputation: 64
Please take a look at https://cloud.google.com/dataflow/docs/guides/troubleshooting-your-pipeline on how to troubleshoot errors in the Dataflow pipeline.
You will need to look into the worker logs for the root cause.
Upvotes: 0