[
https://issues.apache.org/jira/browse/SQOOP-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu resolved SQOOP-2385.
----------------------------
Resolution: Duplicate
Duplicate with SQOOP-2386. Due to network issue, has created this issue twice
and just close this one.
> Sqoop2: refactor code in HandlerUtils
> -------------------------------------
>
> Key: SQOOP-2385
> URL: https://issues.apache.org/jira/browse/SQOOP-2385
> Project: Sqoop
> Issue Type: Bug
> Reporter: Dian Fu
> Assignee: Dian Fu
>
> In {{HandlerUtils}}, there is code like this:
> {code}
> if (repository.findJob(identifier) != null) {
> jobId = repository.findJob(identifier).getPersistenceId();
> ...
> }
> {code}
> This will execute {{repository.findJob}} twice, this is unnecessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)