[
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)