Dataflow pipeline Missing object or bucket in path

眉间皱痕 提交于 2019-12-25 17:43:41

问题


In Eclipse i am running WordCount Dataflow pipeline. Running locally works. But switching to Cloud i get the error:

Caused by: java.lang.IllegalArgumentException: Missing object or bucket in path: 'gs://tough-shard-129113/', did you mean: 'gs://some-bucket/tough-shard-129113'?

Of course the bucket exists. Any suggestion? I use Java8. thanks.


回答1:


Ok. I managed to make it work. I unchecked the flag "Use Default Dataflow options". Thanks all for support. –




回答2:


After uncheck flag "Use Default Dataflow options" under Pipeline Arguments tab, we have to keep blank value for "Cloud Storage staging location".



来源:https://stackoverflow.com/questions/49864619/dataflow-pipeline-missing-object-or-bucket-in-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!