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

评论

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 核实。