【发布时间】:2015-07-13 03:58:03
【问题描述】:
我正在尝试将 Gzipped 文件写入 Google Dataflow 程序中的 Google Cloud Storage 存储桶。常见问题解答说
Does the TextIO source and sink support compressed files, such as GZip?
Yes. Cloud Dataflow can read files compressed with gzip and bzip2.
这是否意味着它们不支持编写 GZip 文件?
【问题讨论】: