Dataflow によるサーバーレス データ処理 - 分岐するパイプライン(Java) のレビュー

3578 件のレビュー

great learning. Thanks GCP

Justin Amala · 約1年前にレビュー済み

Manjunath Shama · 約1年前にレビュー済み

Lanzas Jaime · 約1年前にレビュー済み

Albanez Kenny · 約1年前にレビュー済み

mıstın saim · 約1年前にレビュー済み

MENDEZ GABRIELA · 約1年前にレビュー済み

Trindade Felipe · 約1年前にレビュー済み

Elendu Ikechukwu · 約1年前にレビュー済み

Shalhan Assalam Muhammad · 約1年前にレビュー済み

Kakarla Athreya · 約1年前にレビュー済み

Ahmed Ali · 約1年前にレビュー済み

Vilas Glauco · 約1年前にレビュー済み

Dimo Peter · 約1年前にレビュー済み

Pluzhnyk Oleksandr · 約1年前にレビュー済み

Berris Tristan Kit · 約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")) ... ```

GOOGLEUSER fuku · 約1年前にレビュー済み

Castelhano Gregori · 約1年前にレビュー済み

Patel Nishant · 約1年前にレビュー済み

Sable Shubhranshu · 約1年前にレビュー済み

Kristianto Cornelius · 約1年前にレビュー済み

Firmanto Danang · 約1年前にレビュー済み

This lab was amazing!

Malewicz Jakub · 約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]

Kristianto Cornelius · 約1年前にレビュー済み

Sathyanarayanan Mahesh Kumar · 約1年前にレビュー済み

Benitez Juan · 約1年前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。