关于“Serverless Data Processing with Dataflow - Branching Pipelines (Java)”的评价

3578 条评价

great learning. Thanks GCP

Amala J. · 已于 about 1 year前审核

Shama M. · 已于 about 1 year前审核

Jaime L. · 已于 about 1 year前审核

Kenny A. · 已于 about 1 year前审核

saim m. · 已于 about 1 year前审核

GABRIELA M. · 已于 about 1 year前审核

Felipe T. · 已于 about 1 year前审核

Ikechukwu E. · 已于 about 1 year前审核

Muhammad S. · 已于 about 1 year前审核

Athreya K. · 已于 about 1 year前审核

Ali A. · 已于 about 1 year前审核

Glauco V. · 已于 about 1 year前审核

Peter D. · 已于 about 1 year前审核

Oleksandr P. · 已于 about 1 year前审核

Tristan Kit B. · 已于 about 1 year前审核

Solution is incorrect. We have to provide explicit type for PCollection. This does not work (from solution code). ``` lines.apply("ParseJson", ParDo.of(new JsonToCommonLog())) .apply("DropFields", DropFields.fields("user_agent")) ... ``` This works. ``` PCollection<CommonLog> logs = lines.apply("ParseJson", ParDo.of(new JsonToCommonLog())); logs.apply("DropFields", DropFields.fields("user_agent")) ... ```

fuku G. · 已于 about 1 year前审核

Gregori C. · 已于 about 1 year前审核

Nishant P. · 已于 about 1 year前审核

Shubhranshu S. · 已于 about 1 year前审核

Cornelius K. · 已于 about 1 year前审核

Danang F. · 已于 about 1 year前审核

This lab was amazing!

Jakub M. · 已于 about 1 year前审核

I stuck in the final step, got this message: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project advanced-dataflow-lab-2-lab: Compilation failure: Compilation failure: [ERROR] /home/project/training-data-analyst/quests/dataflow/2_Branching_Pipelines/labs/src/main/java/com/mypackage/pipeline/MyPipeline.java:[116,58] cannot find symbol [ERROR] symbol: variable input [ERROR] location: class com.mypackage.pipeline.MyPipeline [ERROR] /home/project/training-data-analyst/quests/dataflow/2_Branching_Pipelines/labs/src/main/java/com/mypackage/pipeline/MyPipeline.java:[119,58] cannot find symbol [ERROR] symbol: variable output [ERROR] location: class com.mypackage.pipeline.MyPipeline [ERROR] -> [Help 1]

Cornelius K. · 已于 about 1 year前审核

Mahesh Kumar S. · 已于 about 1 year前审核

Juan B. · 已于 about 1 year前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。