[
https://issues.apache.org/jira/browse/HADOOP-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-3246:
---------------------------------
Attachment: HADOOP-3246.patch
This is looking great!
Stuff only used for testing should only be on the test classpath. I moved the
ftp and mina jar files to src/test/lib and the test username & password to
src/test/conf. Do these changes look reasonable?
It would be simpler for folks to evaluate this patch if the jars were all in a
single .tar.gz that, when unpacked in a Hadoop tree, put them in the right
places. And any .jar that's not an Apache product should be accompanied by a
.LICENSE.txt file containing the license that .jar is under.
> 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
> Attachments: commons-net-1.4.1.jar, ftpFileSystem_3.patch,
> ftplet-api-1.0.0-SNAPSHOT.jar, ftpserver-core-1.0.0-SNAPSHOT.jar,
> ftpserver-server-1.0.0-SNAPSHOT.jar, HADOOP-3246.patch,
> mina-core-2.0.0-M2-20080407.124109-12.jar, oro-2.0.8.jar,
> slf4j-api-1.4.3.jar, slf4j-log4j12-1.4.3.jar
>
>
> 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.