throw new SqoopException(ConnectorError.CONN_0010, connectorName);
}
nameMap.put(handler.getMetadata().getPersistenceId(), connectorName);
LOG.debug("Registered connector: " + handler.getMetadata());
}
rtx.commit();
} catch (Exception ex) {
if (rtx != null) {
rtx.rollback();
}
throw new SqoopException(ConnectorError.CONN_0007, ex);