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 2014/10/22 06:05:33 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14179548#comment-14179548 ] 

Veena Basavaraj commented on SQOOP-1584:
----------------------------------------

this change will need to support both configs for backward compatibility in prev releases. Might not be worth the change hence closing it

> 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
>
> {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)