[
https://issues.apache.org/jira/browse/FALCON-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707983#comment-13707983
]
Srikanth Sundarrajan commented on FALCON-20:
--------------------------------------------
Specifically:
* retain hadoop-distcp.version as
<hadoop-distcp.version>1.2.0</hadoop-distcp.version> in main/pom.xml
* dependency on hadoop-tools should exclude any packaged version of hadoop
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-tools</artifactId>
<version>${hadoop-distcp.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</exclusion>
</exclusions>
</dependency>
* Depend on hadoop-tools.jar in replication workflow
(<file>${wf:conf("falcon.libpath")}/hadoop-tools.jar</file>)
* add hadoop-tools in shared.libs in startup.properties
> Remove dependency on custom DistCp
> ----------------------------------
>
> Key: FALCON-20
> URL: https://issues.apache.org/jira/browse/FALCON-20
> Project: Falcon
> Issue Type: Bug
> Components: replication
> Affects Versions: 0.3
> Reporter: Venkatesh Seetharam
> Assignee: Venkatesh Seetharam
> Fix For: 0.3
>
> Attachments: FALCON-20.patch
>
>
> Falcon depends on custom DistCp 0.3 since DistCp v2 was part of Hadoop 2.x
> line.
> https://issues.apache.org/jira/browse/MAPREDUCE-5081 has back ported DistCp
> v2 to Hadoop 1.x line and Falcon should instead depend on that.
--
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