違いは何ですか
ChainMapper.addMapper(conf, UpperCaserMapper.class, Text.class, IntWritable.class, Text.class, IntWritable.class, true, mapBConf);
と
ChainReducer.addMapper(conf, LastMapper.class, Text.class, IntWritable.class, Text.class, IntWritable.class, true, mapCConf);
いつ使用するか。
また、第7引数の意味がわかりませんでした。7 番目の引数 --> チェーン内の次の Mapper がある場合、キー/値を値で渡す必要があるかどうかを示します。trueに設定されている場合、キー/値を渡す必要があることを理解しています。値をfalseに設定するユースケースは何ですか。どういう意味ですか?