问题
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