You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Veena Basavaraj (JIRA)" <ji...@apache.org> on 2015/02/04 00:25:36 UTC

[jira] [Updated] (SQOOP-1584) Sqoop2: Invert the double negative for repository upgrade

     [ https://issues.apache.org/jira/browse/SQOOP-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Veena Basavaraj updated SQOOP-1584:
-----------------------------------
    Fix Version/s: 2.0.0

> Sqoop2: Invert the double negative for repository upgrade
> ---------------------------------------------------------
>
>                 Key: SQOOP-1584
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1584
>             Project: Sqoop
>          Issue Type: Improvement
>            Reporter: Veena Basavaraj
>            Assignee: Veena Basavaraj
>             Fix For: 2.0.0
>
>
> {code}
>     try {
>       LOG.info("Initializing the RepositoryManager with immutable option turned off.");
>       RepositoryManager.getInstance().initialize(false);
> {code}
> can we simply remove the double negative ? and make the config as mutable = true. Wont this make reading and understanding code much simpler? I am a trying to be  positive person here !!!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)