Serverless Data Processing with Dataflow - Branching Pipelines (Java) Rezensionen
Wird geladen…
Keine Ergebnisse gefunden.

Google Cloud Skills Boost

Ihre Kompetenzen in der Google Cloud Console anwenden

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

3465 Rezensionen

Oleksandr P. · Vor 10 Monate überprüft

Tristan Kit B. · Vor 10 Monate überprüft

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. · Vor 10 Monate überprüft

Gregori C. · Vor 10 Monate überprüft

Nishant P. · Vor 10 Monate überprüft

Shubhranshu S. · Vor 10 Monate überprüft

Cornelius K. · Vor 10 Monate überprüft

Danang F. · Vor 10 Monate überprüft

This lab was amazing!

Jakub M. · Vor 10 Monate überprüft

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. · Vor 10 Monate überprüft

Mahesh Kumar S. · Vor 10 Monate überprüft

Juan B. · Vor 10 Monate überprüft

Ibrahim A. · Vor 10 Monate überprüft

Kanako T. · Vor 11 Monate überprüft

Luis A. · Vor 11 Monate überprüft

Very satisfied

Saran M. · Vor 11 Monate überprüft

Pranav R. · Vor 11 Monate überprüft

Christo T. · Vor 11 Monate überprüft

Low H. · Vor 11 Monate überprüft

Divya J. · Vor 11 Monate überprüft

Matthew R. · Vor 11 Monate überprüft

Javier O. · Vor 11 Monate überprüft

Marta K. · Vor 11 Monate überprüft

Hamdy M. · Vor 11 Monate überprüft

Gabi J. · Vor 11 Monate überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.