コード例 #1
0
 @Before
 public void setUp() {
   wordCountMapReduce.withMapper(new WordCountMapper());
   wordCountMapReduce.withReducer(new WordCountReducer());
 }