@Before
 public void setUp() {
   wordCountMapReduce.withMapper(new WordCountMapper());
   wordCountMapReduce.withReducer(new WordCountReducer());
 }