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

3632 reviews

Bagas K. · Reviewed about 1 year ago

The zone 'projects/qwiklabs-gcp-04-e2dfc1dcb55a/zones/us-central1-a' does not have enough resources available to fulfill the request

Oleksandr C. · Reviewed about 1 year ago

Aleksandra O. · Reviewed about 1 year ago

Eduardo A. · Reviewed about 1 year ago

great learning. Thanks GCP

Amala J. · Reviewed about 1 year ago

Shama M. · Reviewed about 1 year ago

Jaime L. · Reviewed about 1 year ago

Kenny A. · Reviewed about 1 year ago

saim m. · Reviewed about 1 year ago

GABRIELA M. · Reviewed about 1 year ago

Felipe T. · Reviewed about 1 year ago

Ikechukwu E. · Reviewed about 1 year ago

Muhammad S. · Reviewed about 1 year ago

Athreya K. · Reviewed about 1 year ago

Ali A. · Reviewed about 1 year ago

Glauco V. · Reviewed about 1 year ago

Peter D. · Reviewed about 1 year ago

Oleksandr P. · Reviewed about 1 year ago

Tristan Kit B. · Reviewed about 1 year ago

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. · Reviewed about 1 year ago

Gregori C. · Reviewed about 1 year ago

Nishant P. · Reviewed about 1 year ago

Shubhranshu S. · Reviewed about 1 year ago

Cornelius K. · Reviewed about 1 year ago

Danang F. · Reviewed about 1 year ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.