PROFESSIONAL-DATA-ENGINEER · Question #89
Which Java SDK class can you use to run your Dataflow programs locally?
The correct answer is D. Apache Beam. Explanation/Reference: DirectPipelineRunner allows you to execute operations in the pipeline directly, without any optimization. Useful for small local execution and tests sdk/JavaDoc/com/google/cloud/dataflow/sdk/runners/DirectPipelineRunner Explanation/Reference: Dataflow…
Question
Options
- AApache Spark
- BApache Hadoop
- CApache Kafka
- DApache Beam
How the community answered
(35 responses)- B3% (1)
- C6% (2)
- D91% (32)
Explanation
Explanation/Reference: DirectPipelineRunner allows you to execute operations in the pipeline directly, without any optimization. Useful for small local execution and tests sdk/JavaDoc/com/google/cloud/dataflow/sdk/runners/DirectPipelineRunner Explanation/Reference: Dataflow SDKs are being transitioned to Apache Beam, as per the latest Google directive https://cloud.google.com/dataflow/docs/
Topics
Community Discussion
No community discussion yet for this question.