temp.append(cf.getBackingArray(), cf.offset(), cf.length());
context.write(temp, EMPTY);
temp.set(CQ);
ByteSequence cq = key.getColumnQualifierData();
temp.append(cq.getBackingArray(), cq.offset(), cq.length());
context.write(temp, EMPTY);
}
}
public static class UReducer extends Reducer<Text,Text,Text,Text> {