sahara-extra/hadoop-swiftfs
Andrew Lazarev c69e4d8b9f [hadoop-openstack] Added debug log on getObject method
Change-Id: Id62eb092788339ee1ce7e0c600d8fd77de48ee6d
2014-01-16 09:06:37 -08:00
..
src [hadoop-openstack] Added debug log on getObject method 2014-01-16 09:06:37 -08:00
README.rst Sources for hadoop-patch 2013-08-23 16:32:14 +04:00
pom.xml Added -source 1.6 to pom.xml 2013-10-04 20:09:56 +04:00

README.rst

Sources for Swift filesystem implementation for Hadoop

These sources were originally published at https://issues.apache.org/jira/secure/attachment/12583703/HADOOP-8545-033.patch . The sources were obtained by running "patch" command. All the files related to Hadoop-common were skiped during patching.

Changes were made after patching: * pom.xml was updated to use hadoop-core 1.1.2 dependency * removed dependency on 2.x hadoop in code (@Override and isDirectory() -> isDir()) * removed Hadoop 2.X tests

There are no unit-tests, only integration.