sahara-extra/hadoop-swiftfs
Kazuki OIKAWA 49adcd9cfd Changes directory representation
Current directory representation is zero-byte file but swift's pseudo-directory
is trailing-slash file. This patch changes direcotry representation and improves
compatibility with Swift and Horizon.

Change-Id: I6d6aeee958ff877b6f8e95f3108c8059f5d3b5c7
Closes-Bug: 1390414
2015-01-27 19:25:31 +09:00
..
src Changes directory representation 2015-01-27 19:25:31 +09:00
README.rst Adds hadoop2 maven profile and fixes tests 2014-12-10 22:50:27 +09: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 skiped 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.