关于“Serverless Data Processing with Dataflow - Branching Pipelines (Java)”的评价
3465 条评价
Oleksandr P. · 已于 10 months前审核
Tristan Kit B. · 已于 10 months前审核
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. · 已于 10 months前审核
Gregori C. · 已于 10 months前审核
Nishant P. · 已于 10 months前审核
Shubhranshu S. · 已于 10 months前审核
Cornelius K. · 已于 10 months前审核
Danang F. · 已于 10 months前审核
This lab was amazing!
Jakub M. · 已于 10 months前审核
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. · 已于 10 months前审核
Mahesh Kumar S. · 已于 10 months前审核
Juan B. · 已于 10 months前审核
Ibrahim A. · 已于 10 months前审核
Kanako T. · 已于 11 months前审核
Luis A. · 已于 11 months前审核
Very satisfied
Saran M. · 已于 11 months前审核
Pranav R. · 已于 11 months前审核
Christo T. · 已于 11 months前审核
Low H. · 已于 11 months前审核
Divya J. · 已于 11 months前审核
Matthew R. · 已于 11 months前审核
Javier O. · 已于 11 months前审核
Marta K. · 已于 11 months前审核
Hamdy M. · 已于 11 months前审核
Gabi J. · 已于 11 months前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。