@Override protected void map(Text key, TupleWritable value, Context context) throws IOException, InterruptedException { context.write(key, new Text(StringUtils.join(value.get(0), value.get(1)))); }