Hadoop-side patch for Hadoop-Swift integration was added to repository

Change-Id: I8ba76b21be63f8861ea0d55fbcb5026237976fa8
This commit is contained in:
Nadya Privalova 2013-06-07 13:09:46 +04:00 committed by Sergey Lukjanov
parent 104a46c986
commit 2d82e69211
3 changed files with 14 additions and 0 deletions

View File

@ -4,3 +4,4 @@ Savanna-extra project
Savanna-extra is place for Savanna components not included into the main `Savanna repository <https://github.com/stackforge/savanna>`_
Here is the list of components:
* `Diskimage-builder <https://github.com/stackforge/diskimage-builder>`_ elements: https://github.com/stackforge/savanna-extra/blob/master/elements/README.rst
* Hadoop and Swift integration: https://github.com/stackforge/savanna-extra/blob/master/hadoop-swift/README.rst

13
hadoop-swift/README.rst Normal file
View File

@ -0,0 +1,13 @@
Hadoop patch for Swift Integration
=================================
Hadoop and Swift integration is the essential continuation of Hadoop&OpenStack marriage. There were two steps to achieve this:
* Hadoop side: a FileSystem implementation for Swift: https://issues.apache.org/jira/browse/HADOOP-8545 .
* Swift side: https://review.openstack.org/#/c/21015/. This patch is merged into Grizzly. But if you want to make it work in Folsom please see the instructions in https://savanna.readthedocs.org/ .
Hadoop patching
---------------
You need to put /hadoop-patch/hadoop-swift-latest.jar file to hadoop libraries (e.g. /usr/lib/share/hadoop/lib) into each job-tracker and task-tracker node in cluster.
How to configure core-site.xml please see at https://savanna.readthedocs.org/ .

Binary file not shown.