DataflowJavaSDK Weekly

DataflowJavaSDK の更新を解説します。このブログは Google 社とは一切関係ありません。

2015-06-01から1ヶ月間の記事一覧

PubsubIO in batch and direct modes, Dataflow API v1b3, Option for GCE Network

そろそろ追い付きそうです。 PubsubIO in batch and direct modes Adds support for PubsubIO in batch and direct modes. · GoogleCloudPlatform/DataflowJavaSDK@58dde1a · GitHub Streaming モードでのみ利用可能だった PubSubIO が Batch モードと direc…

Add stableUniqueNames option, Set PTransform name, ConcatReader, Unbounded custom source

まだ master の HEAD には追いついてませんが 6月頭の commit まで進んでいます。 Add stableUniqueNames option Add option to treat non-stable-unique name as an error · GoogleCloudPlatform/DataflowJavaSDK@12c18e7 · GitHub pipeline 実行のオプショ…

Revert MapFn and FlatMapFn, Credential with gcloud, Use PTransform more than once, Cancel pipeline from CLI

引き続き 5月中旬〜後半頃の commit を読み進めています。 ちなみに今週はあまり更新がない(push されてない)のであと 25 commits ほどで追いつきそうです(ということはこのペースだとまた引きはなされそう)。 Revert MapFn and FlatMapFn Revert "Add MapFn…

Runtime.totalMemory() vs. Runtime.maxMemory(), MapFn and FlatMapFn

引き続き5月中旬のコミットを読んでいます。 Runtime.totalMemory() vs. Runtime.maxMemory() Fix wrongly set buffer size for GoogleCloudStorageWriteChannel. · GoogleCloudPlatform/DataflowJavaSDK@6c99876 · GitHub これ1行の変更で JVM のメモリに関…