[
https://issues.apache.org/jira/browse/HADOOP-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankur updated HADOOP-3246:
--------------------------
Affects Version/s: 0.16.3
Status: Patch Available (was: Reopened)
The patch implements the ftpclient as a standalone shell. Most basic commands
are implemented
get, put, delete, ls, cd, pwd , lls (DFS), lpwd (DFS), lcd (DFS).
Important thing to note is that get, put and delete are implemented so that
they work on multiple files so no separate mget or mput is required.
Future work:
==========
Suggestions are welcome on
1. More commands that we would like to include in ftpclient
2. Multi-threaded I/O for faster get, put
3. Help improvement
4. Any other feature/modification
> 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: ftpClient.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.