Serverless Data Processing with Dataflow - Branching Pipelines (Java) Reviews

3577 reviews

Shama M. · Reviewed בערך שנה אחת ago

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

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.