Which Java SDK class can you use to run your Dataflow programs locally?
Which Java SDK class can you use to run your Dataflow programs locally?
A . LocalRunner
B . DirectPipelineRunner
C . MachineRunner
D . LocalPipelineRunner
Answer: B
Explanation:
DirectPipelineRunner allows you to execute operations in the pipeline directly, without any optimization. Useful for small local execution and tests
Reference: https://cloud.google.com/dataflow/java-sdk/JavaDoc/com/google/cloud/dataflow/sdk/runners/DirectPipelineRunner
Latest Professional Data Engineer Practice Questions with 160 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments