[
https://issues.apache.org/jira/browse/SQOOP-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14111689#comment-14111689
]
Hudson commented on SQOOP-1474:
-------------------------------
SUCCESS: Integrated in Sqoop-ant-jdk-1.6-hadoop200 #928 (See
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop200/928/])
SQOOP-1474: Fix usage of StringUtils.repeat method (abraham:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=309cf45e7e90b450db7e9d719bec2dc1a7ff96a3)
* src/test/org/apache/sqoop/TestExportUsingProcedure.java
> Fix usage of StringUtils.repeat method
> --------------------------------------
>
> Key: SQOOP-1474
> URL: https://issues.apache.org/jira/browse/SQOOP-1474
> Project: Sqoop
> Issue Type: Bug
> Affects Versions: 1.4.5
> Environment: Hadoop 2.4.x, 2.5.x
> Reporter: Venkat Ranganathan
> Assignee: Venkat Ranganathan
> Fix For: 1.4.6
>
> Attachments: SQOOP-1474.diff
>
>
> When I try to build sqoop with hadoop.version explicitly set to 2.4.0 or
> later, TestExportUsingProcedure compilation fails because
> StringUtils.repeat(String,String,int) method can not be resolved.
> Commons-lang introduced this in 2.5. Our ivy/libraries.properties still
> specifies 2.4. Even changing the commons-lang version to 2.5 does not fix
> it as we seem to inherit the 2.4 version through other dependencies.
--
This message was sent by Atlassian JIRA
(v6.2#6252)