Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この質問と同様に、レデューサーが実行されていませんでした。
残念ながら、MapOutput{key|Value} を設定する彼の解決策は私の問題を解決しません。
私にとってうまくいったのは、この投稿で説明されているように、 my をではなくreduce()receiveに変更することでした。Iterable<MyWritable>Iterator<MyWritable>
reduce()
Iterable<MyWritable>
Iterator<MyWritable>