sahara-extra/hadoop-swiftfs
Vitaly Gridnev 728a106985 fix broken integration with Swift when Kerberos enabled
related issue in hadoop jira [0]

[0] https://issues.apache.org/jira/browse/HADOOP-10326
Change-Id: Iecdff57454ff91187fba077af73211faf2100d57
2016-09-05 23:34:56 +03:00
..
src fix broken integration with Swift when Kerberos enabled 2016-09-05 23:34:56 +03:00
README.rst doc improvement change, fixed spelling errors 2016-06-21 23:25:39 +02:00
checkstyle.xml Add checkstyle target 2014-09-16 14:07:21 +09:00
pom.xml Adds hadoop2 maven profile and fixes tests 2014-12-10 22:50:27 +09: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 skipped during patching.

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

There are no unit-tests, only integration.