-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
When a flex template is created using both my own templates and the flex wordcount template provided the dataflow pipeline fails to build. The issue causes the dataflow pipeline to not build correctly once the API call is made.
I believe the issue arises from the base docker images found at: gcr.io/dataflow-templates-base
When I have tested these with:
docker run --interactive --tty gcr.io/dataflow-templates-base/java8-template-launcher-base bash
I get the following error before it kicks me from the container and shuts it down:
2019/11/13 09:50:10 proto: duplicate proto type registered: google.api.Http
2019/11/13 09:50:10 proto: duplicate proto type registered: google.api.HttpRule
2019/11/13 09:50:10 proto: duplicate proto type registered: google.api.CustomHttpPattern
2019/11/13 09:50:10 proto: duplicate proto type registered: google.protobuf.FieldMask
Created new fluentd log writer for: /var/log/dataflow/template_launcher/runner-json.log
Metadata
Metadata
Assignees
Labels
No labels