Serverless Data Processing with Dataflow - Branching Pipelines (Java) Rezensionen
3750 Rezensionen
Jaime L. · Vor mehr als ein Jahr überprüft
Kenny A. · Vor mehr als ein Jahr überprüft
saim m. · Vor mehr als ein Jahr überprüft
GABRIELA M. · Vor mehr als ein Jahr überprüft
Felipe T. · Vor mehr als ein Jahr überprüft
Ikechukwu E. · Vor mehr als ein Jahr überprüft
Muhammad S. · Vor mehr als ein Jahr überprüft
Athreya K. · Vor mehr als ein Jahr überprüft
Ali A. · Vor mehr als ein Jahr überprüft
Glauco V. · Vor mehr als ein Jahr überprüft
Peter D. · Vor mehr als ein Jahr überprüft
Oleksandr P. · Vor mehr als ein Jahr überprüft
Tristan Kit B. · Vor mehr als ein Jahr ü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 mehr als ein Jahr überprüft
Gregori C. · Vor mehr als ein Jahr überprüft
Nishant P. · Vor mehr als ein Jahr überprüft
Shubhranshu S. · Vor mehr als ein Jahr überprüft
Cornelius K. · Vor mehr als ein Jahr überprüft
Danang F. · Vor mehr als ein Jahr überprüft
This lab was amazing!
Jakub M. · Vor mehr als ein Jahr ü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 mehr als ein Jahr überprüft
Mahesh Kumar S. · Vor mehr als ein Jahr überprüft
Juan B. · Vor mehr als ein Jahr überprüft
Ibrahim A. · Vor mehr als ein Jahr überprüft
Kanako T. · Vor mehr als ein Jahr ü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.