Skip to content

leoricklin/hdfs-over-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdfs-over-ftp

This project is forked from iponweb/hdfs-over-ftp.

hdfs-over-ftp

FTP server which works on a top of HDFS Source code is provided under Apache License 2.0

FTP server is configurable by hdfs-over-ftp.properties and users.properties. It allows to use secure connection over SSL and supports all HDFS permissions.

Installation and running

  1. Download and install java, ant
  2. Set users in src/main/resources/users.properties. All passwords are saved in plain text.
  3. Set connection port, data-ports and hdfs-uri in src/main/resources/hdfs-over-ftp.properties.
  4. Start server using hdfs-over-ftp.sh

Under linux you can mount ftp using curlftpfs: sudo curlftpfs -o allow_other ftp://user:pass@localhost:2222 ftpfs

mkdir /var/log/hdfs-over-ftp;chown hdfs /var/log/hdfs-over-ftp

mkdir /var/run/hdfs-over-ftp;chown hdfs /var/run/hdfs-over-ftp

sudo -u hdfs 'cd /usr/lib/hdfs-over-ftp; sh start-server.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published