sahara-extra/hadoop-swiftfs
Andrew Lazarev fab9840abf [hadoop-swift] Added auth check before getData call
Without such check client doesn't try to authenticate during method call.
This leads to read failure in case if this is the first use of client.

Change-Id: Ib2389a83b4e73fac49066ffe0411ff430482f848
Closes-Bug: #1284906
2014-02-25 16:58:49 -08:00
..
src [hadoop-swift] Added auth check before getData call 2014-02-25 16:58:49 -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.