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.
MapReduceとの両方Mapperを含むフローを実行するカスケード フローを作成しReducerました。メソッドではreduce()、 をスローしIllegalArgumentExceptionます。これを処理する方法はexception?catch block同じために JobConf を作成し、それを に追加したクラスに書きましたMapReduceFlow constructor。
MapReduce
Mapper
Reducer
reduce()
IllegalArgumentException
exception
catch block
MapReduceFlow constructor