[ https://issues.apache.org/jira/browse/HADOOP-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714954#action_12714954 ]
zhuweimin edited comment on HADOOP-3199 at 5/31/09 7:53 PM: ------------------------------------------------------------ the attachments hdfs-over-ftp-0.20.0.tar.gz is the new version for support hadoop-0.20.0 fixed two bugs in this version a.simulatneous is limited in the ftp server,the following: The maximum number of simultaneous users : 10 The maximum number of simultaneous anonymous users : 10 b.homedirectory is invalid in users.conf register user command is be added ./register-user.sh username password >> users.conf was (Author: chinashuimin): the new version for support hadoop-0.20.0 fixed two bugs in this version a.simulatneous is limited in the ftp server,the following: The maximum number of simultaneous users : 10 The maximum number of simultaneous anonymous users : 10 b.homedirectory is invalid in users.conf register user command is be added ./register-user.sh username password >> users.conf > Need an FTP Server implementation over HDFS > ------------------------------------------- > > Key: HADOOP-3199 > URL: https://issues.apache.org/jira/browse/HADOOP-3199 > Project: Hadoop Core > Issue Type: New Feature > Components: dfs > Affects Versions: 0.16.2 > Reporter: Ankur > Attachments: hdfs-over-ftp-0.20.0.tar.gz, hdfs-over-ftp.tar.bz2 > > > An FTP server that sits on top of a distributed filesystem like HDFS has many > benefits. It allows the storage and management of data via clients that do > not know HDFS but understand other more popular transport mechanism like FTP. > The data is thus managed via a standard and more popular protocol, support > for which is widely available. > The idea is to leverage what is already available in Apache > http://mina.apache.org/ftpserver.html and build on top of it. This FTP server > can be embedded easily in hadoop and can easily be programmed to talk to HDFS > via an Ftplet which is run by the FTP server. > Ideally there should be options to configure FTP server settings (in > hadoop-default.xml) which allows FTP server to be started when HDFS is > booted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.