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.
ファイルを読み取り、5 文字以下のすべての単語を収集し、最初の文字をキーとして大文字で始める MapReduce ジョブがあります。コンバイナーを使用せずに 1 回、コンバイナーを使用して 2 回ジョブを実行しました。実行時間を比較したところ、コンバイナーを使用すると実行時間が長くなることがわかりました。時間の増加の原因を知りたいのですが、コンバイナーを使用する場合は常にそうですか?
ありがとうございました