我有一段代碼可以提取Google雲端存儲中.ZIP文件的內容。它工作正常,但我需要使用此代碼與將在運行時提供的文件路徑(「gs://some_bucket/filename.zip」)。當我嘗試使用運行值,我得到一個錯誤,如: Exception in thread "main" java.lang.IllegalArgumentException: unable to serialize [em
我升級了數據流的SDK包的版本,並開始得到以下錯誤: The project was not built since its build path is incomplete. Cannot find the class file for com.google.cloud.dataflow.sdk.io.FileBasedSink$FileBasedWriteOperation. Fix the
我想要將過去30天的滾動窗口讀入我的管道中,例如,在2017年1月15日,我想讀: > gs://bucket/20170115/*
> gs://bucket/20170114/*
>.
>.
>.
> gs://bucket/20161216/*
This說( 「?」 「*」, 「[..]」)的支持glob模式 Similar question, but with no good