You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2014/04/08 23:55:15 UTC

[jira] [Commented] (FALCON-394) Migrate DistCp from InMobi repo to Falcon addons as a module

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

Michael Miklavcic commented on FALCON-394:
------------------------------------------

I was looking at this a little bit further, and the distcp utility looks very similar to the tool in Hadoop trunk, i.e. /hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCp.java. Is there any reason to keep the tooling separate, or could this dependency be replaced by adding a Maven project dependency on hadoop distcp? The packaging matches as well. Hoping someone from inmobi can comment.

{code}
<dependency>
    <groupId>org.apache.hadoop</groupId>
    <artifactId>hadoop-distcp</artifactId>
    <version>2.3.0</version>
</dependency>
{code}

> Migrate DistCp from InMobi repo to Falcon addons as a module
> ------------------------------------------------------------
>
>                 Key: FALCON-394
>                 URL: https://issues.apache.org/jira/browse/FALCON-394
>             Project: Falcon
>          Issue Type: Bug
>          Components: replication
>            Reporter: Venkatesh Seetharam
>            Priority: Critical
>
> Since this is part of the inmobi repo, someone from Inmobi needs to migrate this to apache and add the dependency in Falcon with this.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.2#6252)