You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/03/11 19:04:38 UTC

[jira] [Commented] (HADOOP-11698) remove distcpv1 from hadoop-extras

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

Brahma Reddy Battula commented on HADOOP-11698:
-----------------------------------------------

{{Logalyzer}} is using distcpv1 while archiving the logs..so can we keep this one or give alternative or remove {{logalyzer}} also..

[~allend] can you please give your opinion..?

{code}
 public void	
    doArchive(String logListURI, String archiveDirectory)
    throws IOException
  {
    String destURL = FileSystem.getDefaultUri(fsConfig) + archiveDirectory;
    DistCpV1.copy(new JobConf(fsConfig), logListURI, destURL, null, true, false);
  }
{code}

> remove distcpv1 from hadoop-extras
> ----------------------------------
>
>                 Key: HADOOP-11698
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11698
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: tools/distcp
>    Affects Versions: 3.0.0
>            Reporter: Allen Wittenauer
>            Assignee: Brahma Reddy Battula
>
> distcpv1 is pretty much unsupported. we should just remove it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)