}
public void sendNotification(Address address, MapReduceNotification notification) {
try {
String name = MapReduceUtil.buildExecutorName(notification.getName());
ProcessingOperation operation = new FireNotificationOperation(notification);
processRequest(address, operation, name);
} catch (Exception e) {
throw new RuntimeException(e);
}
}