FTP Contract

This package contains tests that verify the FTP filesystem works close to what a Hadoop application expects.

All these tests are skipped unless a test filesystem is provided in hadoop-common/src/test/resources/core-site.xml

  <property>
    <name>fs.ftp.contract.test.fs.name</name>
    <value>ftp://ftpserver/</value>
  </property>

  <property>
    <name>fs.ftp.contract.test.testdir</name>
    <value>/home/testuser/test</value>
  </property>

  <property>
    <name>fs.ftp.user.ftpserver</name>
    <value>testuser</value>
  </property>

  <property>
    <name>fs.ftp.password.ftpserver</name>
    <value>remember-not-to-check-this-file-in</value>
  </property>