brief build instruction for swift native driver
Change-Id: Iba42207fa44d4f774baf893d438760385e814ad5
This commit is contained in:
parent
dfbfa77399
commit
53182ee041
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,10 @@
|
||||
*.swp
|
||||
*.pyc
|
||||
*.class
|
||||
|
||||
target/*
|
||||
hadoop-swiftn-driver/target/*
|
||||
|
||||
.classpath
|
||||
.settings
|
||||
.project
|
||||
|
10
README.md
10
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user