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

Maxime Brugidou commented on HADOOP-8127:
-----------------------------------------

We had files and directories created all day long every hour without any 
trouble using commons-net-2.0.jar (that we put in /usr/lib/hadoop/lib).
We are using the FTPFileSystem as a distcp source for some data like this:

{code}
hadoop distcp ftp://ftpserver/data/ hdfs://hadoop/data2/
{code}
                
> FTPFileSystem is broken when a file is modified on 02/29
> --------------------------------------------------------
>
>                 Key: HADOOP-8127
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8127
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.20.0, 0.21.0, 0.22.0, 0.23.0, 1.0.0
>            Reporter: Maxime Brugidou
>            Priority: Critical
>
> Due to NET-188 the FTPClient from commons-net that is used by hadoop 
> FTPFileSystem is broken.
> The solution is to upgrade the commons-net version (that has been fixed 4 
> years ago).
> We are currently running hadoop 0.20 with commons-net-2.0 without trouble and 
> it fixed our issue with FTPClient.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to