Dataflow によるサーバーレス データ処理 - 分岐するパイプライン(Java) のレビュー
3489 件のレビュー
Berris Tristan Kit · 11ヶ月前にレビュー済み
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")) ... ```
GOOGLEUSER fuku · 11ヶ月前にレビュー済み
Castelhano Gregori · 11ヶ月前にレビュー済み
Patel Nishant · 11ヶ月前にレビュー済み
Sable Shubhranshu · 11ヶ月前にレビュー済み
Kristianto Cornelius · 11ヶ月前にレビュー済み
Firmanto Danang · 11ヶ月前にレビュー済み
This lab was amazing!
Malewicz Jakub · 11ヶ月前にレビュー済み
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]
Kristianto Cornelius · 11ヶ月前にレビュー済み
Sathyanarayanan Mahesh Kumar · 11ヶ月前にレビュー済み
Benitez Juan · 11ヶ月前にレビュー済み
Alawad Ibrahim · 11ヶ月前にレビュー済み
Takeda Kanako · 11ヶ月前にレビュー済み
Antonio Luis · 11ヶ月前にレビュー済み
Very satisfied
Manogaran Saran · 11ヶ月前にレビュー済み
Raina Pranav · 11ヶ月前にレビュー済み
Thomas Christo · 11ヶ月前にレビュー済み
Horng Jiun Low · 11ヶ月前にレビュー済み
Jain Divya · 11ヶ月前にレビュー済み
Reader Matthew · 12ヶ月前にレビュー済み
Ors Ania Javier · 12ヶ月前にレビュー済み
Kozdroj Marta · 12ヶ月前にレビュー済み
Michael Ayas Hamdy · 12ヶ月前にレビュー済み
Julien Gabi · 12ヶ月前にレビュー済み
failed tu finish due to a bug: FIXED
Violi Davide · 12ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。