See
<https://builds.apache.org/job/beam_PostRelease_NightlySnapshot/422/display/redirect?page=changes>
Changes:
[thw] [BEAM-5026] Workaround for portable batch wordcount example file write
------------------------------------------
[...truncated 4.09 MB...]
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
Nov 05, 2018 11:29:35 AM
org.apache.beam.runners.dataflow.options.DataflowPipelineOptions$StagingLocationFactory
create
INFO: No stagingLocation provided, falling back to gcpTempLocation
Nov 05, 2018 11:29:35 AM org.apache.beam.runners.dataflow.DataflowRunner
fromOptions
INFO: PipelineOptions.filesToStage was not specified. Defaulting to files from
the classpath: will stage 115 files. Enable logging at DEBUG level to see which
files will be staged.
Nov 05, 2018 11:29:36 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.
Nov 05, 2018 11:29:36 AM org.apache.beam.runners.dataflow.util.PackageUtil
stageClasspathElements
INFO: Uploading 115 files from PipelineOptions.filesToStage to staging location
to prepare for execution.
Nov 05, 2018 11:29:36 AM org.apache.beam.runners.dataflow.util.PackageUtil
tryStagePackage
INFO: Uploading
/tmp/groovy-generated-4725513833767114746-tmpdir/word-count-beam/target/classes
to
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp/staging/classes-ht6wK-tk8jqPqCajmSA_1w.jar
Nov 05, 2018 11:29:36 AM org.apache.beam.runners.dataflow.util.PackageUtil
stageClasspathElements
INFO: Staging files complete: 114 files cached, 1 files newly uploaded
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding ReadLines/Read as step s1
Nov 05, 2018 11:29:37 AM org.apache.beam.sdk.io.FileBasedSource
getEstimatedSizeBytes
INFO: Filepattern gs://apache-beam-samples/shakespeare/* matched 44 files with
total size 5443510
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WordCount.CountWords/ParDo(ExtractWords) as step s2
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WordCount.CountWords/Count.PerElement/Init/Map as step s3
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey as step
s4
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
as step s5
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding MapElements/Map as step s6
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign as step s7
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
as step s8
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten as step
s9
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten as step
s10
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum as step s11
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/Flatten.PCollections as
step s12
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)
as step s13
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/CreateDataflowView as
step s14
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values/Read(CreateSource)
as step s15
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
as step s16
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
as step s17
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize as step s18
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key as step s19
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
as step s20
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey
as step s21
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
as step s22
Nov 05, 2018 11:29:37 AM
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
INFO: Adding
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map
as step s23
Nov 05, 2018 11:29:37 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/
Nov 05, 2018 11:29:37 AM org.apache.beam.runners.dataflow.util.PackageUtil
tryStagePackage
INFO: Uploading <63240 bytes, hash FpGbo-3ws5C-eSZTgyS8kA> to
gs://temp-storage-for-release-validation-tests/nightly-snapshot-validation/tmp/staging/pipeline-FpGbo-3ws5C-eSZTgyS8kA.pb
Dataflow SDK version: 2.9.0-SNAPSHOT
Nov 05, 2018 11:29:39 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-11-05_03_29_38-17439992493892128420?project=apache-beam-testing
Submitted job: 2018-11-05_03_29_38-17439992493892128420
Nov 05, 2018 11:29:39 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-11-05_03_29_38-17439992493892128420
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:38.149Z: Autoscaling is enabled for job
2018-11-05_03_29_38-17439992493892128420. The number of workers will be between
1 and 1000.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:38.178Z: Autoscaling was automatically enabled for job
2018-11-05_03_29_38-17439992493892128420.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:41.394Z: Checking permissions granted to controller
Service Account.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:48.996Z: Worker configuration: n1-standard-1 in
us-central1-b.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.480Z: Expanding CoGroupByKey operations into
optimizable parts.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.570Z: Expanding GroupByKey operations into
optimizable parts.
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.610Z: Lifting ValueCombiningMappingFns into
MergeBucketsMappingFns
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.818Z: Fusing adjacent ParDo, Read, Write, and Flatten
operations
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.860Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values/Read(CreateSource)
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.893Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.931Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/GroupByWindow
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.967Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:49.997Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Reify
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()/Window.Assign
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.032Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Write
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Reify
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.068Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/GroupByWindow
into
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Read
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.109Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.149Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize into
WriteCounts/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.187Z: Fusing consumer
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with
random key into WriteCounts/WriteFiles/FinalizeTempFileBundles/Finalize
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.208Z: Unzipping flatten s12 for input
s11.org.apache.beam.sdk.values.PCollection.<init>:402#20ff67585e33a8f6
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.236Z: Fusing unzipped copy of
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow),
through flatten
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/Flatten.PCollections,
into producer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.275Z: Fusing consumer
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/ParDo(ToIsmRecordForGlobalWindow)
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.312Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.348Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Read
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.387Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Write
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Reify
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.426Z: Fusing consumer
WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign into MapElements/Map
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.467Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Extract
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.497Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/GroupByWindow
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.531Z: 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
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.562Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Write
into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Reify
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.598Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
into WriteCounts/WriteFiles/RewindowIntoGlobal/Window.Assign
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.634Z: Fusing consumer
WordCount.CountWords/Count.PerElement/Init/Map into
WordCount.CountWords/ParDo(ExtractWords)
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.671Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/GroupByWindow
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Read
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.702Z: Fusing consumer MapElements/Map into
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/Extract
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.731Z: 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
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.771Z: Fusing consumer
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Reify
into
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnshardedBundles
Nov 05, 2018 11:29:51 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:50.809Z: Fusing consumer
WordCount.CountWords/ParDo(ExtractWords) into ReadLines/Read
Nov 05, 2018 11:29:54 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:51.184Z: Executing operation
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Create
Nov 05, 2018 11:29:54 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:51.207Z: Executing operation
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Create
Nov 05, 2018 11:29:54 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:51.239Z: Executing operation
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Create
Nov 05, 2018 11:29:54 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:51.270Z: Starting 1 workers in us-central1-b...
Nov 05, 2018 11:29:54 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:29:51.523Z: 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
Nov 05, 2018 11:30:06 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:30:04.824Z: Autoscaling: Raised the number of workers to 0
based on the rate of progress in the currently running step(s).
Nov 05, 2018 11:30:44 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:30:42.649Z: Workers have started successfully.
Nov 05, 2018 11:31:04 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:31:03.101Z: Autoscaling: Raised the number of workers to 1
based on the rate of progress in the currently running step(s).
Nov 05, 2018 11:31:04 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:31:03.140Z: Autoscaling: Would further reduce the number of
workers but reached the minimum number allowed for the job.
Nov 05, 2018 11:31:15 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:31:13.843Z: Workers have started successfully.
Nov 05, 2018 11:33:12 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:11.904Z: Executing operation
WordCount.CountWords/Count.PerElement/Combine.perKey(Count)/GroupByKey/Close
Nov 05, 2018 11:33:13 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:12.148Z: 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
Nov 05, 2018 11:33:23 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:23.137Z: Executing operation
WriteCounts/WriteFiles/WriteUnshardedBundlesToTempFiles/GroupUnwritten/Close
Nov 05, 2018 11:33:23 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:23.221Z: 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)
Nov 05, 2018 11:33:29 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:27.802Z: Executing operation s12-u40
Nov 05, 2018 11:33:29 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:28.096Z: Executing operation
WriteCounts/WriteFiles/GatherTempFileResults/View.AsList/CreateDataflowView
Nov 05, 2018 11:33:29 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:28.320Z: 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
Nov 05, 2018 11:33:30 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:30.530Z: Executing operation
WriteCounts/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/GroupByKey/Close
Nov 05, 2018 11:33:30 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:30.599Z: 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
Nov 05, 2018 11:33:36 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:34.099Z: Cleaning up.
Nov 05, 2018 11:33:36 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:33:34.193Z: Stopping worker pool...
Nov 05, 2018 11:37:10 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:37:09.832Z: Autoscaling: Resized worker pool from 1 to 0.
Nov 05, 2018 11:37:10 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:37:09.870Z: Autoscaling: Would further reduce the number of
workers but reached the minimum number allowed for the job.
Nov 05, 2018 11:37:10 AM
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
INFO: 2018-11-05T11:37:09.925Z: Worker pool stopped.
Nov 05, 2018 11:37:15 AM org.apache.beam.runners.dataflow.DataflowPipelineJob
waitUntilFinish
INFO: Job 2018-11-05_03_29_38-17439992493892128420 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 5,5,main]) completed. Took 9 mins 5.391 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_191/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.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 37m 10s
8 actionable tasks: 7 executed, 1 from cache
Publishing build scan...
https://gradle.com/s/3z7z3stpwecyk
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]