sahara-extra/hadoop-swiftfs
Andrew Lazarev 3711dc4353 Added -source 1.6 to pom.xml
Our code requires 1.6+.
Hadoop requires 1.6+ too.

Fixes bug #1234702

Change-Id: I9ea97c9a7d98c9a1863613d863552843ea804275
2013-10-04 20:09:56 +04:00
..
src Implemented data locality for Swift 2013-10-04 12:49:14 +04: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.