Apache Beam: Unable to find registrar for gs

前端 未结 2 1858
遇见更好的自我
遇见更好的自我 2020-12-20 18:32

Beam is using both Google\'s auto/value and auto/service tools.

I want to run a pipeline with Dataflow runner and data is stored on Google Cloud Storage.

I\

2条回答
  •  一向
    一向 (楼主)
    2020-12-20 18:32

    This looks like a problem with assembly strategy, you should accumulate/merge the services for org.apache.beam.sdk.io.FileSystemRegistrar. More on similar problem here.

提交回复
热议问题