Topic 2 Question 36
Which Java SDK class can you use to run your Dataflow programs locally?
LocalRunner
DirectPipelineRunner
MachineRunner
LocalPipelineRunner
解説
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
コメント(4)
Answer: B Description: Directrunner from local, dataflowrunner for dataflow on gcp
👍 5[Removed]2020/03/28Answer : B
👍 4[Removed]2020/03/21- 👍 3daghayeghi2021/03/13
シャッフルモード