关于“Serverless Data Processing with Dataflow - Branching Pipelines (Java)”的评价
评论
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 核实。