reducer.setup(context);
}
@Test
public void tryItOut() throws IOException, InterruptedException {
Iterable<Writable> recyclingIterable=new RecyclingIterable(
LongWritable.class,
new LongWritable(1)
);
reducer.reduce(new Text("New York"),recyclingIterable,context);