break;
case OUTPUT:
LogicalOutput output = outputsMap.get(
e.getDestinationInfo().getEdgeVertexName());
if (output != null) {
output.handleEvents(Collections.singletonList(e.getEvent()));
} else {
throw new TezUncheckedException("Unhandled event for invalid target: "
+ e);
}
break;