You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/05/13 07:17:16 UTC

[jira] [Commented] (SQOOP-1041) Sqoop2: Framework upgrade in JdbcRepository returns the outdated value

    [ https://issues.apache.org/jira/browse/SQOOP-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655759#comment-13655759 ] 

Hudson commented on SQOOP-1041:
-------------------------------

Integrated in Sqoop2-hadoop200 #280 (See [https://builds.apache.org/job/Sqoop2-hadoop200/280/])
    SQOOP-1041: Sqoop2: Framework upgrade in JdbcRepository returns the outdated value (Revision c0a43d436fdd9293bf10e4b874d1002441c056b1)

     Result = FAILURE
kathleen : https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=c0a43d436fdd9293bf10e4b874d1002441c056b1
Files : 
* core/src/main/java/org/apache/sqoop/repository/JdbcRepository.java

                
> Sqoop2: Framework upgrade in JdbcRepository returns the outdated value
> ----------------------------------------------------------------------
>
>                 Key: SQOOP-1041
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1041
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.99.3
>
>         Attachments: bugSQOOP-1041.patch
>
>
> In this diff:
> https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=blobdiff;f=core/src/main/java/org/apache/sqoop/repository/JdbcRepository.java;h=bc6af375d671b61f8e4d07b18ce5aa3a0a2e1926;hp=b2259ced4b55db39e8724979f82e28ae8c5c741f;hb=66dd617da2d866df02f430923d82d76091e10aa7;hpb=dd3bfa3981e4496a450f59fe8e2dfef903ca65a8
> {code}
>            upgradeFramework(mFramework);
>            return result;
> {code}
> should really be:
> {code}
>            upgradeFramework(mFramework);
>            return mFramework;
> {code}
> since we should be returning the real value that is now in the repository.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira