[
https://issues.apache.org/jira/browse/SQOOP-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848714#comment-13848714
]
Hudson commented on SQOOP-1261:
-------------------------------
SUCCESS: Integrated in Sqoop-ant-jdk-1.6-hadoop200 #872 (See
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6-hadoop200/872/])
SQOOP-1261: CompilationManager should add Hadoop 2.x libraries to the classpath
under Hadoop 2.x (jarcec:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=28f415ff2f20f63e19b3c52a0e53ca566d03bac5)
* src/java/org/apache/sqoop/orm/CompilationManager.java
> CompilationManager should add Hadoop 2.x libraries to the classpath under
> Hadoop 2.x
> -------------------------------------------------------------------------------------
>
> Key: SQOOP-1261
> URL: https://issues.apache.org/jira/browse/SQOOP-1261
> Project: Sqoop
> Issue Type: Bug
> Environment: Hadoop 2.x
> Reporter: Venkat Ranganathan
> Assignee: Venkat Ranganathan
> Fix For: 1.4.5
>
> Attachments: SQOOP-1261.patch
>
>
> The CompilationManager when compiling the generated Java file tries to add
> jar files that have JobConf fails if they are in the classpath, failing which
> adds hadoop-core.jar. hadoop-core.jar is not part of Hadoop 2.x. We need
> to add hadoop-common.jar and hadoop-mapred-client-core.jar
> This situation is exasperated on Windows where the classpath presented to
> Sqoop actions under oozie does not have the full path but a uber jar because
> of command line length limitations and oozie sqoop jobs fail while compiling
> the generated jar files
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)