[
https://issues.apache.org/jira/browse/HADOOP-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankur updated HADOOP-3246:
--------------------------
Attachment: ftpFileSystem.patch
The latest patch that implements the FTP client as an FTPFileSystem as
suggested. Here are the results of testing the patch on my local machine
(Since automated testing is going to fail anyway ;-))
+1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 7 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
> FTP client over HDFS
> --------------------
>
> Key: HADOOP-3246
> URL: https://issues.apache.org/jira/browse/HADOOP-3246
> Project: Hadoop Core
> Issue Type: New Feature
> Components: util
> Affects Versions: 0.16.3
> Reporter: Ankur
> Priority: Minor
> Attachments: ftpFileSystem.patch
>
>
> An FTP client that stores content directly into HDFS allows data from FTP
> serves to be stored directly into HDFS instead of first copying the data
> locally and then uploading it into HDFS. The benefits are apparent from an
> administrative perspective as large datasets can be pulled from FTP servers
> with minimal human intervention.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.