brief build instruction for swift native driver

Change-Id: Iba42207fa44d4f774baf893d438760385e814ad5
This commit is contained in:
denizdemir 2013-01-26 23:36:19 -08:00
parent dfbfa77399
commit 53182ee041
2 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,7 +1,10 @@
*.swp
*.pyc
*.class
target/*
hadoop-swiftn-driver/target/*
.classpath
.settings
.project

View File

@ -2,7 +2,17 @@ MapReduce as a Service
======================
There are three main parts:
1. Core service layer
2. Hadoop-Swift native driver
3. REST client interface
## Hadoop Swift Native Driver
hadoop-swiftn-driver includes source code base for native driver to stream data from/to Swift object store. It has been tested with Hadoop 1.0.3. To use this driver:
1. Put driver source code into Hadoop source base (tested with Hadoop 1.0.3)
2. Put hpswift.jar into lib directory
3. Build Hadoop
4. Edit conf files accordingly