ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 305 - Professional Data Engineer discussion

Report
Export

You issue a new batch job to Dataflow. The job starts successfully, processes a few elements, and then suddenly fails and shuts down. You navigate to the Dataflow monitoring interface where you find errors related to a particular DoFn in your pipeline. What is the most likely cause of the errors?

A.
Exceptions in worker code
Answers
A.
Exceptions in worker code
B.
Job validation
Answers
B.
Job validation
C.
Graph or pipeline construction
Answers
C.
Graph or pipeline construction
D.
Insufficient permissions
Answers
D.
Insufficient permissions
Suggested answer: A

Explanation:

https://cloud.google.com/dataflow/docs/guides/troubleshooting-your-pipeline#detect_an_exception_in_worker_code While your job is running, you might encounter errors or exceptions in your worker code. These errors generally mean that the DoFns in your pipeline code have generated unhandled exceptions, which result in failed tasks in your Dataflow job. Exceptions in user code (for example, your DoFn instances) are reported in the Dataflow monitoring interface.

asked 18/09/2024
Ahsan Ilyas
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first