227228229230231232233234235236237
LOG.debug("Registered connector: " + handler.getMetadata()); } rtx.commit(); } catch (Exception ex) { if (rtx != null) { rtx.rollback(); } throw new SqoopException(ConnectorError.CONN_0007, ex); } finally { if (rtx != null) { rtx.close();
173174175176177178179180181182183
211212213214215216217218219220221