리뷰 Serverless Data Processing with Dataflow - Branching Pipelines (Java)개
리뷰 3578개
great learning. Thanks GCP
Amala J. · 대략 1년 전에 리뷰됨
Shama M. · 대략 1년 전에 리뷰됨
Jaime L. · 대략 1년 전에 리뷰됨
Kenny A. · 대략 1년 전에 리뷰됨
saim m. · 대략 1년 전에 리뷰됨
GABRIELA M. · 대략 1년 전에 리뷰됨
Felipe T. · 대략 1년 전에 리뷰됨
Ikechukwu E. · 대략 1년 전에 리뷰됨
Muhammad S. · 대략 1년 전에 리뷰됨
Athreya K. · 대략 1년 전에 리뷰됨
Ali A. · 대략 1년 전에 리뷰됨
Glauco V. · 대략 1년 전에 리뷰됨
Peter D. · 대략 1년 전에 리뷰됨
Oleksandr P. · 대략 1년 전에 리뷰됨
Tristan Kit B. · 대략 1년 전에 리뷰됨
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. · 대략 1년 전에 리뷰됨
Gregori C. · 대략 1년 전에 리뷰됨
Nishant P. · 대략 1년 전에 리뷰됨
Shubhranshu S. · 대략 1년 전에 리뷰됨
Cornelius K. · 대략 1년 전에 리뷰됨
Danang F. · 대략 1년 전에 리뷰됨
This lab was amazing!
Jakub M. · 대략 1년 전에 리뷰됨
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. · 대략 1년 전에 리뷰됨
Mahesh Kumar S. · 대략 1년 전에 리뷰됨
Juan B. · 대략 1년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.