See
<https://builds.apache.org/job/beam_PostRelease_NightlySnapshot/373/display/redirect?page=changes>
Changes:
[apilloud] [BEAM-5376] Support nullability on all Row types
[markliu] Add new script to run Python integration tests easier
[apilloud] Simplify BeamAggregationRule
[apilloud] Fully explain BeamAggregationRel
[apilloud] Simplify project with Aggregation
[apilloud] Remove unneeded CalcWindow
[markliu] fixup! Improve run_integration_test.sh
[relax] Add Unnest transform.
[relax] Apply spotless.
[relax] Add javadoc.
[relax] Address CR comments.
[relax] Address code-review comments.
[owenzhang1990] [BEAM-5317] Finish Python3 porting for options module
[robertwb] [BEAM-5395] Chunk data streams.
[mxm] [BEAM-5403] Update Flink Runner to 1.5.3
[mxm] [BEAM-5405] Remove deprecated AbstractStateBackend from
[robbe.sneyders] Add already passing modules to python 3 test list
[thw] Optional Flink job server parameters and logging cleanup.
[github] Revert "Adding TopWikipediaSessions integration test"
[relax] Fix duplicate field names in SQL.
[relax] Fix comment.
[github] [BEAM-5414] Latest grpcio-tools incompatible with latest protobuf 3.6.1
[relax] Fix typo.
------------------------------------------
[...truncated 1.60 MB...]
Verified WordCount.java
ls src/main/java/org/apache/beam/examples/complete/game/
GameStats.java
HourlyTeamScore.java
injector
LeaderBoard.java
StatefulTeamScore.java
UserScore.java
utils
Verified UserScore.java
**************************************
* Test: Runs the WordCount Code with Dataflow runner
**************************************
gsutil rm
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/count*
|| echo 'No files'
CommandException: No URLs matched:
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/count*
No files
mvn compile exec:java -q
-Dexec.mainClass=org.apache.beam.examples.WordCount
-Dexec.args="--runner=DataflowRunner
--project=apache-beam-testing
--gcpTempLocation=gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp
--output=gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/counts
--inputFile=gs://apache-beam-samples/shakespeare/*"
-Pdataflow-runner
Using maven /home/jenkins/tools/maven/apache-maven-3.5.2
Sep 18, 2018 11:25:25 AM
org.apache.beam.runners.dataflow.options.DataflowPipelineOptions$StagingLocationFactory
create
INFO: No stagingLocation provided, falling back to gcpTempLocation
Sep 18, 2018 11:25:25 AM org.apache.beam.runners.dataflow.DataflowRunner
fromOptions
INFO: PipelineOptions.filesToStage was not specified. Defaulting to files from
the classpath: will stage 114 files. Enable logging at DEBUG level to see which
files will be staged.
Sep 18, 2018 11:25:26 AM org.apache.beam.runners.dataflow.DataflowRunner run
INFO: Executing pipeline on the Dataflow Service, which will have billing
implications related to Google Compute Engine usage and other Google Cloud
Services.
Sep 18, 2018 11:25:26 AM org.apache.beam.runners.dataflow.util.PackageUtil
stageClasspathElements
INFO: Uploading 114 files from PipelineOptions.filesToStage to staging location
to prepare for execution.
Sep 18, 2018 11:25:27 AM org.apache.beam.runners.dataflow.util.PackageUtil
tryStagePackage
INFO: Uploading
/tmp/groovy-generated-4077495351116812244-tmpdir/word-count-beam/target/classes
to
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp/staging/classes-XdPxiUSJu9FfCUOCimgUfQ.jar
Sep 18, 2018 11:25:30 AM org.apache.beam.runners.dataflow.util.PackageUtil
stageClasspathElements
INFO: Staging files complete: 113 files cached, 1 files newly uploaded
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding ReadLines/Read as step s1
Sep 18, 2018 11:25:30 AM org.apache.beam.sdk.io.FileBasedSource
getEstimatedSizeBytes
INFO: Filepattern gs://apache-beam-samples/shakespeare/* matched 44 files with
total size 5443510
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WordCount.CountWords/ParDo(ExtractWords) as step s2
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WordCount.CountWords/Count.PerElement/Init/Map as step s3
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey as step
s4
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
as step s5
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding MapElements/Map as step s6
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign as step s7
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
as step s8
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten as step
s9
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten as step
s10
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum as step s11
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/Flatten.PCollections as
step s12
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)
as step s13
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/CreateDataflowView as
step s14
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values/Read(CreateSource)
as step s15
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
as step s16
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
as step s17
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize as step s18
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key as step s19
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
as step s20
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey
as step s21
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
as step s22
Sep 18, 2018 11:25:30 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map
as step s23
Sep 18, 2018 11:25:30 AM org.apache.beam.runners.dataflow.DataflowRunner run
INFO: Staging pipeline description to
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp/staging/
Sep 18, 2018 11:25:30 AM org.apache.beam.runners.dataflow.util.PackageUtil
tryStagePackage
INFO: Uploading <63753 bytes, hash 1Knjyqjo4pb82GrHwJPoyQ> to
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp/staging/pipeline-1Knjyqjo4pb82GrHwJPoyQ.pb
Dataflow SDK version: 2.8.0-SNAPSHOT
Sep 18, 2018 11:25:33 AM org.apache.beam.runners.dataflow.DataflowRunner run
INFO: To access the Dataflow monitoring console, please navigate to
https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2018-09-18_04_25_31-6637455122496197937?project=apache-beam-testing
Submitted job: 2018-09-18_04_25_31-6637455122496197937
Sep 18, 2018 11:25:33 AM org.apache.beam.runners.dataflow.DataflowRunner run
INFO: To cancel the job using the 'gcloud' tool, run:
> gcloud dataflow jobs --project=apache-beam-testing cancel
> --region=us-central1 2018-09-18_04_25_31-6637455122496197937
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:31.165Z: Autoscaling is enabled for job
2018-09-18_04_25_31-6637455122496197937. The number of workers will be between
1 and 1000.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:31.196Z: Autoscaling was automatically enabled for job
2018-09-18_04_25_31-6637455122496197937.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:35.140Z: Checking permissions granted to controller
Service Account.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:38.873Z: Worker configuration: n1-standard-1 in
us-central1-b.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.397Z: Expanding CoGroupByKey operations into
optimizable parts.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.531Z: Expanding GroupByKey operations into
optimizable parts.
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.607Z: Lifting ValueCombiningMappingFns into
MergeBucketsMappingFns
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.831Z: Fusing adjacent ParDo, Read, Write, and Flatten
operations
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.875Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values/Read(CreateSource)
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.919Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:39.967Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/GroupByWindow
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.004Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.041Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Reify
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.078Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Write
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Reify
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.125Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/GroupByWindow
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Read
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.162Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.210Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.252Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key into WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.299Z: Unzipping flatten s12 for input
s11.org.apache.beam.sdk.values.PCollection.<init>:384#20ff67585e33a8f6
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.345Z: Fusing unzipped copy of
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow),
through flatten
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/Flatten.PCollections,
into producer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.388Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.416Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.463Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Read
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.502Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Write
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Reify
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.548Z: Fusing consumer
WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign into MapElements/Map
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.583Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Extract
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.632Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/GroupByWindow
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.677Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Partial
into WordCount.CountWords/Count.PerElement/Init/Map
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.728Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Write
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Reify
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.775Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
into WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.824Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Init/Map into
WordCount.CountWords/ParDo(ExtractWords)
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.871Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/GroupByWindow
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Read
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.919Z: Fusing consumer MapElements/Map into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Extract
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:40.968Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Reify
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Partial
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.015Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Reify
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.065Z: Fusing consumer
WordCount.CountWords/ParDo(ExtractWords) into ReadLines/Read
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.509Z: Executing operation
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Create
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.555Z: Executing operation
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Create
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.601Z: Executing operation
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Create
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.614Z: Starting 1 workers in us-central1-b...
Sep 18, 2018 11:25:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:41.900Z: Executing operation
ReadLines/Read+WordCount.CountWords/ParDo(ExtractWords)+WordCount.CountWords/Count.PerElement/Init/Map+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Partial+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Reify+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Write
Sep 18, 2018 11:25:53 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:25:50.584Z: Autoscaling: Raised the number of workers to 0
based on the rate of progress in the currently running step(s).
Sep 18, 2018 11:26:25 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:26:24.629Z: Workers have started successfully.
Sep 18, 2018 11:26:31 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:26:30.362Z: Autoscaling: Raised the number of workers to 1
based on the rate of progress in the currently running step(s).
Sep 18, 2018 11:26:31 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:26:30.398Z: Autoscaling: Would further reduce the number of
workers but reached the minimum number allowed for the job.
Sep 18, 2018 11:26:56 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:26:55.800Z: Workers have started successfully.
Sep 18, 2018 11:27:33 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:33.581Z: Executing operation
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Close
Sep 18, 2018 11:27:33 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:33.671Z: Executing operation
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Read+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues+WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Extract+MapElements/Map+WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles+WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Reify+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Write
Sep 18, 2018 11:27:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:43.175Z: Executing operation
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Close
Sep 18, 2018 11:27:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:43.250Z: Executing operation
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Read+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/GroupByWindow+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten+WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum+WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)
Sep 18, 2018 11:27:45 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:45.509Z: Executing operation s12-u40
Sep 18, 2018 11:27:48 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:45.717Z: Executing operation
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/CreateDataflowView
Sep 18, 2018 11:27:48 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:45.899Z: Executing operation
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values/Read(CreateSource)+WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)+WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map+WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair
with random
key+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Reify+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Write
Sep 18, 2018 11:27:50 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:48.536Z: Executing operation
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Close
Sep 18, 2018 11:27:50 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:48.630Z: Executing operation
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Read+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/GroupByWindow+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable+WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map
Sep 18, 2018 11:27:52 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:51.145Z: Cleaning up.
Sep 18, 2018 11:27:52 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:27:51.251Z: Stopping worker pool...
Sep 18, 2018 11:29:20 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:29:18.156Z: Autoscaling: Resized worker pool from 1 to 0.
Sep 18, 2018 11:29:20 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:29:18.194Z: Autoscaling: Would further reduce the number of
workers but reached the minimum number allowed for the job.
Sep 18, 2018 11:29:20 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-09-18T11:29:18.241Z: Worker pool stopped.
Sep 18, 2018 11:29:28 AM org.apache.beam.runners.dataflow.DataflowPipelineJob
waitUntilFinish
INFO: Job 2018-09-18_04_25_31-6637455122496197937 finished with status DONE.
gsutil cat
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/count*
| grep Montague:
Montague: 47
Verified Montague: 47
gsutil rm
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/count*
Removing
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/counts-00000-of-00003...
/ [1 objects]
Removing
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/counts-00001-of-00003...
/ [2 objects]
Removing
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/counts-00002-of-00003...
/ [3 objects]
Operation completed over 3 objects.
[SUCCESS]
:beam-runners-google-cloud-dataflow-java:runQuickstartJavaDataflow (Thread[Task
worker for ':' Thread 6,5,main]) completed. Took 5 mins 26.834 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':beam-runners-direct-java:runMobileGamingJavaDirect'.
> Process 'command '/usr/local/asfpackages/java/jdk1.8.0_172/bin/java''
> finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to
get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 5.0.
See
https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 29m 21s
8 actionable tasks: 7 executed, 1 from cache
Publishing build scan...
https://gradle.com/s/k6yek2hcr6yce
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure