Serverless Data Processing with Dataflow - Branching Pipelines (Java) Reviews
3750 reviews
Jaime L. · Reviewed أكثر من سنة ago
Kenny A. · Reviewed أكثر من سنة ago
saim m. · Reviewed أكثر من سنة ago
GABRIELA M. · Reviewed أكثر من سنة ago
Felipe T. · Reviewed أكثر من سنة ago
Ikechukwu E. · Reviewed أكثر من سنة ago
Muhammad S. · Reviewed أكثر من سنة ago
Athreya K. · Reviewed أكثر من سنة ago
Ali A. · Reviewed أكثر من سنة ago
Glauco V. · Reviewed أكثر من سنة ago
Peter D. · Reviewed أكثر من سنة ago
Oleksandr P. · Reviewed أكثر من سنة ago
Tristan Kit B. · Reviewed أكثر من سنة ago
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. · Reviewed أكثر من سنة ago
Gregori C. · Reviewed أكثر من سنة ago
Nishant P. · Reviewed أكثر من سنة ago
Shubhranshu S. · Reviewed أكثر من سنة ago
Cornelius K. · Reviewed أكثر من سنة ago
Danang F. · Reviewed أكثر من سنة ago
This lab was amazing!
Jakub M. · Reviewed أكثر من سنة ago
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. · Reviewed أكثر من سنة ago
Mahesh Kumar S. · Reviewed أكثر من سنة ago
Juan B. · Reviewed أكثر من سنة ago
Ibrahim A. · Reviewed أكثر من سنة ago
Kanako T. · Reviewed أكثر من سنة ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.