Exemplo n.º 1
0
 protected void emit(Text grouping, Object datum) throws IOException, InterruptedException {
   super.emit(grouping, datum, ONE_CHANNEL);
 }
Exemplo n.º 2
0
 protected void emit(String grouping, Object datum) throws IOException, InterruptedException {
   super.emit(grouping, datum, MANY_CHANNEL);
 }