ADP#3(data-pipeline)

ADP#3(data-pipeline)

キーごとに値を集約する変換はどれですか。

ディスカッション 0

正解:B

正解の根拠

GroupByKeyはKVペアのPCollectionをキー単位でグループ化します。集約処理の基本構造です。

変換結果
GroupByKeyK, Iterable<V>
CoGroupByKey複数入力の結合

不正解の理由

  • ParDoは要素ごと処理です
  • Flattenは複数PCollection統合です
  • Partitionは分割です

参考:GroupByKey


コメント

コメント

コメントする

目次