sahara-extra/hadoop-swiftfs
Shu Yingya 2eedcec728 Add support to build hadoop-2.8.2 related package
This patch include some modification to build hadoop 2.8.2
required packages.
1. Modify the hadoop-swiftfs/pom.xml to fix dependency error
   while building hadoop-openstack.jar. It is caused by change
   in hadoop upstream [1],[2]
2. Add hadoop version 2.8.2 into sahara-extra/tools/ to build
   related packages
3. make some changes on build-oozie.sh so that we don't need
   to replace hadoop.version in pom.xml. we can specify
   hadoop.version directly in the command.
4. Apply a workaround patch to oozie 4.3.0 to solve WebUI issue [3]
5. Insert a dependency into oozie/sharelib

[1]: fa440a39b7
[2]: 12aa184479
[3]: https://issues.apache.org/jira/browse/OOZIE-2533

Change-Id: I186cf5e01907cfab4a34507be464a0da170ebb5d
2018-02-08 13:20:50 +00:00
..
src Modify a description of the parameters to function. 2017-08-03 13:58:34 +08: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 Add support to build hadoop-2.8.2 related package 2018-02-08 13:20:50 +00: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.